summaryrefslogtreecommitdiff
path: root/textproc/rman/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-30 01:04:20 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-30 01:04:20 +0000
commit0641a96c3ecec18e299e8c01d60dd0fef3b1da68 (patch)
tree8d8ab42f58c72797850c04b1d3cc46db7d15bb77 /textproc/rman/Makefile
parent2ff164b5045c189917c809cda832f7b9c968e16b (diff)
downloadpkgsrc-0641a96c3ecec18e299e8c01d60dd0fef3b1da68.tar.gz
import rman & Makefile
Diffstat (limited to 'textproc/rman/Makefile')
-rw-r--r--textproc/rman/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
new file mode 100644
index 00000000000..3b8ad58f186
--- /dev/null
+++ b/textproc/rman/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: rman
+# Version required: 3.0.3a12
+# Date created: 27 Dec 1994
+# Whom: Thomas Gellekum <tg@FreeBSD.org>
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/30 01:04:20 hubertf Exp $
+#
+
+DISTNAME= rman-3.0.3a12
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= tg@FreeBSD.org
+
+NO_CDROM= "License required"
+MAN1= rman.1
+
+post-install:
+ @strip ${PREFIX}/bin/rman
+
+.include <bsd.port.mk>