1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/cvsmapfs/Makefile
Steve Price b89bd77e6a Adding cvsmapfs version 1.3.
Helps keep track of modes and permissions of files in cvs.

PR:		16159
Submitted by:	R. I. Pienaar <rip@pinetec.co.za>
2000-01-29 05:03:52 +00:00

29 lines
563 B
Makefile

# New ports collection makefile for: cvsmapfs
# Version required: 1.3
# Date created: 17 January 2000
# Whom: rip@pinetec.co.za
#
# $FreeBSD$
#
DISTNAME= cvsmapfs-1.3
CATEGORIES= devel
MASTER_SITES= ftp://ftp.pn.com/pub/bb/cvsmapfs/
MAINTAINER= rip@pinetec.co.za
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>