pkgsrc/devel/c4/Makefile
schmonz 7f523f3202 Initial import of c4-1.6.
C4 provides a CVS like feel to Perforce's SCM system p4.  C4 is
not a substitute for CVS, in that it does not try to mimic CVS's
command set.  Rather, it provides a workspace (client) where every
file is writable, and can be modified on an adhoc basis.
2002-09-01 05:58:49 +00:00

22 lines
475 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2002/09/01 05:58:49 schmonz Exp $
#
DISTNAME= c4
PKGNAME= ${DISTNAME}-1.6
CATEGORIES= devel
MASTER_SITES= ftp://ftp.perforce.com/perforce/utils/c4/
MAINTAINER= schmonz@netbsd.org
COMMENT= CVS-like frontend to Perforce
DEPENDS+= p4-[0-9]*:../../devel/p4
WRKSRC= ${WRKDIR}/${PKGNAME}
ALL_TARGET= c4
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/c4 ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/c4.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"