# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 99358 2012-11-03 06:53:23Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       github 1.0

github.setup    magit magit 1.2.0
categories      devel editors
license         GPL-3+
maintainers     nomaintainer
platforms       darwin
supported_archs noarch

description     Magit is an interface to Git for Emacs
long_description \
    Magit is an interface to Git for Emacs. Unlike Emacs's native \
    version control support, Magit can take advantage of Git's \
    native features without breaking compatibility with other \
    systems. \
    \
    With Magit, you can inspect and modify your Git repositories with \
    Emacs. You can review and commit the changes you have made to the \
    tracked files, for example, and you can browse the history of past \
    changes. There is support for cherry picking, reverting, merging, \
    rebasing, and other common Git operations.


homepage        http://magit.github.com/magit/

github.tarball_from   downloads
checksums       rmd160  6afbfd0c29b351e7c78c39ebaf74408b3a10a02d \
                sha256  ef535819b8ee32c53ad38efabc82028f62422f2629407d69ddc5970669dc1ba9

depends_lib     port:emacs
depends_build   port:texinfo
depends_run     bin:git:git-core

use_configure   no

destroot.args   PREFIX=${prefix} SYSCONFDIR=${prefix}/etc
