summaryrefslogtreecommitdiffstats
path: root/textproc/cdiff/Makefile
blob: fb96da17679e9561b5e89cc53f4020b907f4100d (plain)
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
33
34
# Created by: eivind
# $FreeBSD$

PORTNAME=	cdiff
DISTVERSION=	1.0-3
DISTVERSIONSUFFIX=	-ga1a33a5
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
NO_ARCH=	yes

OPTIONS_DEFINE=	DOCS

PORTDOCS=	CHANGES.rst README.rst

post-install-DOCS-on:
	${INSTALL} -d ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>
OpenPOWER on IntegriCloud