summaryrefslogtreecommitdiff
path: root/devel/p4/Makefile
diff options
context:
space:
mode:
authorschmonz <schmonz>2002-09-01 02:22:54 +0000
committerschmonz <schmonz>2002-09-01 02:22:54 +0000
commit885d2a9bfbb0af0ce5c6dc87c9ea1625be9217a7 (patch)
tree173111e2e18d3bc4ee7c1a28bed728c3765e1089 /devel/p4/Makefile
parent99077ed0a1fb1fb6e3dbdbb6044fa0f38ae3345e (diff)
downloadpkgsrc-885d2a9bfbb0af0ce5c6dc87c9ea1625be9217a7.tar.gz
Initial import of Perforce SCM client, release 2002.1.
P4 is a small, self-contained Perforce client program that offers access to all Perforce SCM (software configuration management) features through a command line. It can be used in command shells and scripts, and is the ideal interface for automated processes that perform SCM tasks.
Diffstat (limited to 'devel/p4/Makefile')
-rw-r--r--devel/p4/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/p4/Makefile b/devel/p4/Makefile
new file mode 100644
index 00000000000..799ac203769
--- /dev/null
+++ b/devel/p4/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/01 02:22:54 schmonz Exp $
+#
+
+DISTNAME= p4
+HOMEPAGE= http://www.perforce.com/perforce/products/p4.html
+COMMENT= Perforce SCM command-line client
+
+P4BINONLY= # defined
+
+.include "../../devel/p4/Makefile.common"
+
+do-install:
+ ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"