diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-13 19:09:58 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-13 19:09:58 +0000 |
commit | e0688cabc2054861fcecc1af817efe0936324bf5 (patch) | |
tree | b7ff0f2a3558a4680d8809c75b6ad4109dc68228 /textproc/xxdiff-scripts/Makefile | |
parent | 5b0c0fbc0a075dba17add736393fa4c688a4d96c (diff) | |
download | ports-e0688cabc2054861fcecc1af817efe0936324bf5.tar.gz ports-e0688cabc2054861fcecc1af817efe0936324bf5.zip |
Notes
Diffstat (limited to 'textproc/xxdiff-scripts/Makefile')
-rw-r--r-- | textproc/xxdiff-scripts/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/xxdiff-scripts/Makefile b/textproc/xxdiff-scripts/Makefile new file mode 100644 index 000000000000..5384d8ca8762 --- /dev/null +++ b/textproc/xxdiff-scripts/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xxdiff-scripts +# Date created: 13 August 2006 +# Whom: Andrew Pantyukgin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xxdiff +PORTVERSION= 3.2 +CATEGORIES= textproc +MASTER_SITES= SF +PKGNAMESUFFIX= -scripts + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Helper scripts for xxdiff + +BUILD_DEPENDS= xxdiff:${PORTSDIR}/textproc/xxdiff + +USE_BZIP2= yes +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include <bsd.port.mk> |