freebsd-ports/devel/cvs2p4/Makefile
Mikhail Teterin 215dbbe3c8 Upgrade the port to latest revision of the 1.x branch and set
maintainership to ports. The latest version, released May 6 is
2.0, but MUST run on the same machine, that the p4 server is
on. At least for my situation this is too strict a limitation.

Approved by:	creator and ex-maintainer (knu)
2002-05-17 21:47:37 +00:00

34 lines
675 B
Makefile

# New ports collection makefile for: cvs2p4
# Date created: 2 September 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= cvs2p4
PORTVERSION= 1.3.3
CATEGORIES+= devel
MASTER_SITES= ftp://ftp.perforce.com/perforce/utils/cvs2p4/
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
NO_BUILD= yes
PERFORCE_PORT?= 1666
post-patch:
${PERL} -pi \
-e 's,!!PREFIX!!,${PREFIX},g;' \
-e 's,!!PERFORCE_PORT!!,${PERFORCE_PORT},g;' \
${WRKSRC}/test/config
find ${WRKSRC} -name '*.orig' -delete
do-install:
${MKDIR} ${PREFIX}/${PORTNAME}
${CP} -R ${WRKSRC}/* ${PREFIX}/${PORTNAME}/
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>