aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvsutils/Makefile
blob: 28ef2a0fbf893504b8fc65904e48bfc5922fb2f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    cvsutils
# Date created:     6 June 2000
# Whom:         knu@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   cvsutils
PORTVERSION=    2001.02.05
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>