f787e10a7a
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.
16 lines
377 B
Makefile
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"
|