1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/textproc/cdiff/Makefile
Mathieu Arnold c1e8ff6041 Update to 0.9.8.
Changes:	https://github.com/ymattw/cdiff/compare/0.9.7...0.9.8
Sponsored by:	Absolight
2016-01-29 16:13:41 +00:00

31 lines
533 B
Makefile

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