freebsd-ports/devel/cvsutils/Makefile

40 lines
774 B
Makefile
Raw Normal View History

# New ports collection makefile for: cvsutils
# Date created: 6 June 2000
# Whom: knu@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cvsutils
2003-02-21 23:26:06 +01:00
PORTVERSION= 2003.02.03
CATEGORIES= devel
2003-08-23 18:48:38 +02:00
MASTER_SITES= ${MASTER_SITE_LOCAL} \
ftp://ftp.iDaemons.org/pub/distfiles/
2000-06-29 04:31:42 +02:00
MASTER_SITE_SUBDIR= knu
MAINTAINER= knu@FreeBSD.org
COMMENT= CVS utilities which facilitate working with local working directories
2003-02-21 23:26:06 +01:00
USE_BZIP2= yes
USE_PERL5= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_AUTOMAKE_VER=15
AUTOMAKE_ARGS= --add-missing
2003-02-21 23:26:06 +01:00
MAN1= cvsutils.1
MANCOMPRESSED= no
pre-configure:
cd ${WRKSRC} ; ${ACLOCAL}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in AUTHORS ChangeLog FAQ NEWS README TODO
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>