freebsd-ports/devel/cvspadm/Makefile
Pav Lucistnik a59179b159 - Resurrect devel/cvspadm with working master site and caring maintainer
PR:		ports/91913
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca>
2006-01-18 20:51:00 +00:00

34 lines
780 B
Makefile

# New ports collection makefile for: cvspadm
# Date Created: 17 June 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= cvspadm
PORTVERSION= 0.1.2
CATEGORIES= devel
MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
MAINTAINER= serge.gagnon@b2b2c.ca
COMMENT= Tool for CVS pserver user administration
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
USE_PERL5= yes
POD2TEXT?= pod2text
PORTDOCS= cvspadm.README
post-patch:
@${PERL} -pi -e "s,#!/usr/bin/perl,#!${PERL}," ${WRKSRC}/cvspadm
do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${POD2TEXT} ${WRKSRC}/cvspadm > ${WRKSRC}/${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
${INSTALL_SCRIPT} ${WRKSRC}/cvspadm ${PREFIX}/bin
.include <bsd.port.mk>