2000-06-06 13:55:28 +00:00
|
|
|
# New ports collection makefile for: cvsutils
|
|
|
|
# Date created: 6 June 2000
|
|
|
|
# Whom: knu@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cvsutils
|
2000-06-25 19:27:11 +00:00
|
|
|
PORTVERSION= 0.1.5
|
2000-06-06 13:55:28 +00:00
|
|
|
CATEGORIES= devel
|
2000-06-29 02:31:42 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= knu
|
2000-06-06 13:55:28 +00:00
|
|
|
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
|
2000-06-25 19:27:11 +00:00
|
|
|
USE_AUTOMAKE= YES
|
|
|
|
AUTOMAKE= ./bootstrap
|
2000-06-06 13:55:28 +00:00
|
|
|
USE_PERL5= YES
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2000-06-25 19:27:11 +00: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 13:55:28 +00:00
|
|
|
.endfor
|
2000-06-25 19:27:11 +00:00
|
|
|
.endif
|
2000-06-06 13:55:28 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|