4c8382aec0
their files via a custom do-install target.
20 lines
424 B
Makefile
20 lines
424 B
Makefile
# $NetBSD: Makefile,v 1.5 2008/03/03 17:45:36 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= p4
|
|
HOMEPAGE= http://www.perforce.com/perforce/products/p4.html
|
|
COMMENT= Perforce SCM command-line client
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
P4BINONLY= yes
|
|
|
|
.include "../../devel/p4/Makefile.common"
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \
|
|
${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|