1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/cvsstat/Makefile
Greg Larkin 43b0eb0cb0 [Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.

Submitted by:	glarkin
2013-12-16 18:24:49 +00:00

32 lines
676 B
Makefile

# Created by: petef
# $FreeBSD$
PORTNAME= cvsstat
PORTVERSION= 2.24
CATEGORIES= devel
MASTER_SITES= http://cvs.sslug.dk/cvs2html/utils/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= # empty
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
EXTRACT_ONLY= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= Transforms the output of 'cvs status' to a sorted ASCII table
USES= perl5
NO_BUILD= yes
PLIST_FILES= bin/cvsstat
NO_STAGE= yes
do-extract:
@${MKDIR} ${WRKSRC}
@${CP} -p ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}
post-patch:
@${REINPLACE_CMD} -i '' -e 's|perl -S|${PERL} -S|' ${WRKSRC}/cvsstat
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cvsstat ${PREFIX}/bin
.include <bsd.port.mk>