diff options
author | schmonz <schmonz> | 2002-09-01 02:22:54 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-09-01 02:22:54 +0000 |
commit | 885d2a9bfbb0af0ce5c6dc87c9ea1625be9217a7 (patch) | |
tree | 173111e2e18d3bc4ee7c1a28bed728c3765e1089 /devel/p4/Makefile | |
parent | 99077ed0a1fb1fb6e3dbdbb6044fa0f38ae3345e (diff) | |
download | pkgsrc-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/Makefile | 15 |
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" |