freebsd-ports/devel/cvsutils/Makefile
Rong-En Fan 023e9bb0de - Update to 0.2.4
PR:		ports/119198
Submitted by:	Marcus von Appen <mva at sysfault.org> (maintainer)
2008-01-01 06:02:53 +00:00

30 lines
596 B
Makefile

# New ports collection makefile for: cvsutils
# Date created: 6 June 2000
# Whom: knu@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cvsutils
PORTVERSION= 0.2.4
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= http://www.red-bean.com/cvsutils/releases/
MAINTAINER= mva@sysfault.org
COMMENT= CVS utilities which facilitate working with local working directories
USE_PERL5= yes
GNU_CONFIGURE= yes
MAN1= cvsutils.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in AUTHORS ChangeLog NEWS README TODO
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>