1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/textproc/cdiff/Makefile
Mathieu Arnold 35b2e4f28e Update to 6c95ff4
Sponsored by:	Absolight
2014-06-21 17:03:33 +00:00

34 lines
596 B
Makefile

# Created by: eivind
# $FreeBSD$
PORTNAME= cdiff
PORTVERSION= 0.9.6.20140620
PORTEPOCH= 1
MASTER_SITES= LOCAL/mat/cdiff GH GHC
CATEGORIES= textproc
MAINTAINER= mat@FreeBSD.org
COMMENT= Diff readability enhancer for color terminals
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB=
GH_ACCOUNT= ymattw
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT= 6c95ff4
USE_PYTHON=
USE_PYDISTUTILS=
PYDISTUTILS_AUTOPLIST=
OPTIONS_DEFINE= DOCS
PORTDOCS= README.rst
post-install:
${INSTALL} -d ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>