freebsd-ports/textproc/ydiff/Makefile
Mathieu Arnold 613f061588 Update to 1.1 and rename to match upstream.
PR:		238305 (rename)
Reported by:	0mp
2019-06-11 12:42:24 +00:00

33 lines
605 B
Makefile

# Created by: eivind
# $FreeBSD$
PORTNAME= ydiff
DISTVERSION= 1.1
PORTEPOCH= 1
MASTER_SITES= LOCAL/mat/ydiff
CATEGORIES= textproc
MAINTAINER= mat@FreeBSD.org
COMMENT= Diff readability enhancer for color terminals
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist concurrent noflavors
USE_GITHUB=
GH_ACCOUNT= ymattw
NO_ARCH= yes
PORTDOCS= CHANGES.rst README.rst
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
${INSTALL} -d ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>