freebsd-ports/devel/cvs2p4/Makefile
John Marino d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00

34 lines
774 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= cvs2p4
PORTVERSION= 3.1
CATEGORIES+= devel
MASTER_SITES= ftp://public.perforce.com/public/perforce/utils/cvs2p4/
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
COMMENT= CVS to Perforce Converter
LICENSE= MIT
REINPLACE_ARGS= -i ""
NO_BUILD= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
PERFORCE_PORT?= 1666
post-patch:
@${REINPLACE_CMD} \
-e 's,!!PREFIX!!,${PREFIX},g;' \
-e 's,!!PERFORCE_PORT!!,${PERFORCE_PORT},g;' \
${WRKSRC}/test/config.test
@${FIND} ${WRKSRC} -name '*.orig' -delete
@${FIND} ${WRKSRC} -name '*.bak' -delete
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}
${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/${PORTNAME}/
.include <bsd.port.mk>