2000-06-06 09:55:28 -04:00
|
|
|
# New ports collection makefile for: cvsutils
|
|
|
|
# Date created: 6 June 2000
|
|
|
|
# Whom: knu@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cvsutils
|
2001-02-17 16:41:47 -05:00
|
|
|
PORTVERSION= 2001.02.05
|
2000-06-06 09:55:28 -04:00
|
|
|
CATEGORIES= devel
|
2000-06-28 22:31:42 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= knu
|
2000-06-06 09:55:28 -04:00
|
|
|
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
|
2000-06-25 15:27:11 -04:00
|
|
|
USE_AUTOMAKE= YES
|
|
|
|
AUTOMAKE= ./bootstrap
|
2000-06-06 09:55:28 -04:00
|
|
|
USE_PERL5= YES
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2000-06-25 15:27:11 -04:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/cvsutils
|
|
|
|
.for f in AUTHORS ChangeLog FAQ NEWS README TODO
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/cvsutils/
|
2000-06-06 09:55:28 -04:00
|
|
|
.endfor
|
2000-06-25 15:27:11 -04:00
|
|
|
.endif
|
2000-06-06 09:55:28 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|