freebsd-ports/devel/cvsmapfs/Makefile
Ion-Mihai Tetcu bda7112249 - use DOCSDIR macro
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
- pet portlint

Approved by:	maintainer timeout on QAT BotMail
Prompted by:	QAT QA run
2008-11-16 22:09:15 +00:00

32 lines
714 B
Makefile

# New ports collection makefile for: cvsmapfs
# Date created: 17 January 2000
# Whom: rip@pinetec.co.za
#
# $FreeBSD$
#
PORTNAME= cvsmapfs
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.netsw.org/softeng/versioncontrol/repository/cvs/cvsmapfs/
MAINTAINER= rip@pinetec.co.za
COMMENT= Helps keep track of modes and permissions of files in cvs
EXTRACT_CMD= ${CAT} # despite .tar.gz suffix, only tarball
EXTRACT_BEFORE_ARGS=
USE_PERL5= YES
NO_BUILD= YES
NO_WRKSUBDIR= YES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cvsmapfs ${PREFIX}/bin/cvsmapfs
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>