pkgsrc/devel/p4web/Makefile
schmonz f787e10a7a Initial import of p4web 2002.1.
P4Web turns your Web browser into a complete user interface to
Perforce. Now, users on Macintosh, Unix, and Windows can use P4Web's
visual graphics and links to manage their Perforce workspace
activities.
2002-09-01 05:29:12 +00:00

16 lines
377 B
Makefile

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