aboutsummaryrefslogtreecommitdiff
path: root/textproc/ydiff/Makefile
blob: c49ff0b216e000a05933fc74f0d91a9f418e9f1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: eivind

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>