mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
20 lines
355 B
Makefile
20 lines
355 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= magit
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|