1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/cvsutils/Makefile
2000-06-29 02:31:42 +00:00

30 lines
579 B
Makefile

# New ports collection makefile for: cvsutils
# Date created: 6 June 2000
# Whom: knu@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= cvsutils
PORTVERSION= 0.1.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
MAINTAINER= knu@FreeBSD.org
USE_AUTOMAKE= YES
AUTOMAKE= ./bootstrap
USE_PERL5= YES
WRKSRC= ${WRKDIR}/${PORTNAME}
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/
.endfor
.endif
.include <bsd.port.mk>