freebsd-ports/devel/magit/Makefile
Ashish SHUKLA f3770c10f9 - Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
2012-08-01 16:50:15 +00:00

23 lines
462 B
Makefile

# New ports collection makefile for: magit
# Date created: 8 Sep 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= magit
PORTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= devel elisp
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://cloud.github.com/downloads/magit/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>