summaryrefslogtreecommitdiff
path: root/devel/prcs/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-02-25 14:22:32 +0000
committeragc <agc@pkgsrc.org>1998-02-25 14:22:32 +0000
commit08b1887bf661529cd208322b4e9f166e20580eca (patch)
treecbd22c87f3a1ecbf05feea7cc265281052efb380 /devel/prcs/Makefile
parentec420ec7f9915ce006dc368261b94240586c1fda (diff)
downloadpkgsrc-08b1887bf661529cd208322b4e9f166e20580eca.tar.gz
Initial import of prcs (Project RCS) version 1.2.2 into the NetBSD
packages collection, from the FreeBSD port. This is a tool for version control, similar to CVS, but much simpler, and uses an interesting binary diff utility called xdelta.
Diffstat (limited to 'devel/prcs/Makefile')
-rw-r--r--devel/prcs/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile
new file mode 100644
index 00000000000..a29a61b21ba
--- /dev/null
+++ b/devel/prcs/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: prcs
+# Version required: 1.2.0
+# Date created: 17 Sep 96
+# Whom: jmacd@FreeBSD.ORG
+#
+# FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp
+#
+
+DISTNAME= prcs-1.2.1
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/
+
+MAINTAINER= jmacd@FreeBSD.ORG
+
+USE_GMAKE= yes
+HAS_CONFIGURE= yes
+MAN1= prcs.1
+
+.include <bsd.port.mk>