aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pardiff/Makefile
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2001-07-08 23:08:24 +0800
committerkevlo <kevlo@FreeBSD.org>2001-07-08 23:08:24 +0800
commit2d38887de5d601f53887dac8c63f61d992ea463a (patch)
treea4dd6d8d556babb102e202ed7b8a8ed72ac9e8fe /textproc/pardiff/Makefile
parent131e6e93ada129b9b32107d93208e22644ee9b44 (diff)
downloadfreebsd-ports-gnome-2d38887de5d601f53887dac8c63f61d992ea463a.tar.gz
freebsd-ports-gnome-2d38887de5d601f53887dac8c63f61d992ea463a.tar.zst
freebsd-ports-gnome-2d38887de5d601f53887dac8c63f61d992ea463a.zip
Initial import of pardiff-0.9.3.
Pardiff is a program that takes the output of diff and displays it in a parallel (side-by-side) format, emulating the /PARALLEL option on the VMS version of diff. PR: 28813 Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'textproc/pardiff/Makefile')
-rw-r--r--textproc/pardiff/Makefile20
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>