1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/textproc/ydiff/Makefile
Mathieu Arnold 190a869267 Cleanup a few of my ports.
No functional changes.
2020-08-31 13:11:54 +00:00

34 lines
605 B
Makefile

# Created by: eivind
# $FreeBSD$
PORTNAME= ydiff
DISTVERSION= 1.2
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= LOCAL/mat/ydiff
MAINTAINER= mat@FreeBSD.org
COMMENT= Diff readability enhancer for color terminals
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_GITHUB=
GH_ACCOUNT= ymattw
USE_PYTHON= autoplist concurrent distutils noflavors
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>