diff options
Diffstat (limited to 'textproc/pardiff/Makefile')
-rw-r--r-- | textproc/pardiff/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/pardiff/Makefile b/textproc/pardiff/Makefile new file mode 100644 index 000000000000..81c383762388 --- /dev/null +++ b/textproc/pardiff/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pardiff +# Date created: 08 July 2001 +# Whom: Anders Nordby <anders@fix.no> +# +# $FreeBSD$ +# + +PORTNAME= pardiff +PORTVERSION= 0.9.3 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= pardiff + +MAINTAINER= anders@fix.no + +GNU_CONFIGURE= yes + +MAN1= pardiff.1 diffp.1 + +.include <bsd.port.mk> |