pkgsrc/devel/p4/Makefile
schmonz 3e6bfff126 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.
2002-09-01 02:22:54 +00:00

15 lines
364 B
Makefile

# $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"