summaryrefslogtreecommitdiff
path: root/devel/p4web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p4web/Makefile')
-rw-r--r--devel/p4web/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile
new file mode 100644
index 00000000000..2224961d2cd
--- /dev/null
+++ b/devel/p4web/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/01 05:29:12 schmonz Exp $
+#
+
+DISTNAME= p4web
+HOMEPAGE= http://www.perforce.com/perforce/products/p4web.html
+COMMENT= Perforce SCM Web client
+
+P4BINONLY= # defined
+
+.include "../../devel/p4/Makefile.common"
+
+do-install:
+ ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \
+ ${PREFIX}/bin/${DISTNAME}
+
+.include "../../mk/bsd.pkg.mk"