opnsense-ports/devel/cvsutils/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

27 lines
556 B
Makefile

# Created by: knu@FreeBSD.org
# $FreeBSD$
PORTNAME= cvsutils
PORTVERSION= 0.2.6
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= http://www.red-bean.com/cvsutils/releases/
MAINTAINER= mva@FreeBSD.org
COMMENT= CVS utilities which facilitate working with local working directories
LICENSE= GPLv2
USES= perl5 shebangfix
GNU_CONFIGURE= yes
SHEBANG_FILES= cvs*.pl
OPTIONS_DEFINE= DOCS
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in AUTHORS ChangeLog NEWS README
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
.endfor
.include <bsd.port.mk>