summaryrefslogblamecommitdiff
path: root/devel/cvsmapfs/Makefile
blob: a30187025913c7dcd1226c21267f961eb2422e9a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                





                                         

                        



                                                 
                                                                         














                                                                     
# New ports collection makefile for:	cvsmapfs
# Date created:		17 January 2000
# Whom:			rip@pinetec.co.za
#
# $FreeBSD$
#

PORTNAME=	cvsmapfs
PORTVERSION=	1.3
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.pn.com/pub/bb/cvsmapfs/

MAINTAINER=	rip@pinetec.co.za
COMMENT=	Helps keep track of modes and permissions of files in cvs

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>