summaryrefslogtreecommitdiff
path: root/textproc/rman/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-12-28 08:53:21 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-12-28 08:53:21 +0000
commita0c3f92c96eb5e93c127eb5ef32871573f1eeb10 (patch)
tree62ceb32434d601ddf5c3f3d5095797ca63bdf3ae /textproc/rman/Makefile
parentUse list of master sites (diff)
Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> brings us his rman port.
Thanks, Thomas. Submitted by: thomas
Diffstat (limited to 'textproc/rman/Makefile')
-rw-r--r--textproc/rman/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
new file mode 100644
index 000000000000..1c87a9b2c2ec
--- /dev/null
+++ b/textproc/rman/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: rman
+# Version required: 2.0
+# Date created: 27 Dec 1994
+# Whom: thomas@ghpc8.ihf.rwth-aachen.de
+#
+
+DISTNAME= rman
+EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
+WRKSRC= ${WRKDIR}/rman-2.0
+
+.include <bsd.port.mk>