summaryrefslogtreecommitdiff
path: root/devel/cvsmapfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsmapfs/Makefile')
-rw-r--r--devel/cvsmapfs/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/cvsmapfs/Makefile b/devel/cvsmapfs/Makefile
new file mode 100644
index 000000000000..9731900d9399
--- /dev/null
+++ b/devel/cvsmapfs/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: cvsmapfs
+# Version required: 1.3
+# Date created: 17 January 2000
+# Whom: rip@pinetec.co.za
+#
+# $FreeBSD$
+#
+
+DISTNAME= cvsmapfs-1.3
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.pn.com/pub/bb/cvsmapfs/
+
+MAINTAINER= rip@pinetec.co.za
+
+USE_PERL5= YES
+NO_BUILD= YES
+NO_WRKSUBDIR= YES
+
+do-install:
+ $(INSTALL_SCRIPT) $(WRKSRC)/cvsmapfs $(PREFIX)/bin/cvsmapfs
+
+post-install:
+.if !defined(NOPORTDOCS)
+ $(MKDIR) $(PREFIX)/share/doc/cvsmapfs
+ $(INSTALL_DATA) $(WRKSRC)/README $(PREFIX)/share/doc/cvsmapfs
+.endif
+
+.include <bsd.port.mk>