aboutsummaryrefslogtreecommitdiffstats
path: root/devel/magit/Makefile
blob: 0ad85f699e0207251b42ce3a5dc83c0113236ce2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    magit
# Date created:     8 Sep 2010
# Whom:         Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   magit
PORTVERSION=    1.0.0
PORTREVISION=   3
CATEGORIES= devel elisp
MASTER_SITES=   ${MASTER_SITE_LOCAL} \
        http://cloud.github.com/downloads/philjackson/magit/
MASTER_SITE_SUBDIR= kuriyama

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Interface to Git for Emacs

USE_EMACS=  YES
USE_GMAKE=  YES
INFO=       magit

.include <bsd.port.mk>