freebsd-ports/devel/cvsmapfs/Makefile

32 lines
734 B
Makefile
Raw Normal View History

# New ports collection makefile for: cvsmapfs
# Date created: 17 January 2000
# Whom: rip@pinetec.co.za
#
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= cvsmapfs
PORTVERSION= 1.3
CATEGORIES= devel
MASTER_SITES= http://www.netsw.org/softeng/versioncontrol/repository/cvs/cvsmapfs/
MAINTAINER= rip@pinetec.co.za
2003-02-21 12:23:04 +01:00
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) $(PREFIX)/share/doc/cvsmapfs
$(INSTALL_DATA) $(WRKSRC)/README $(PREFIX)/share/doc/cvsmapfs
.endif
.include <bsd.port.mk>