diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 15:08:24 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 15:08:24 +0000 |
commit | d18d5e4026bec491ee74b25232ef13b2a227e439 (patch) | |
tree | 205843a5ed9a20f6d8a286673a1627ab5ccebb20 /textproc/pardiff/Makefile | |
parent | - Install docs (diff) |
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/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> |