aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvsutils/Makefile
blob: a90f982e8ce1efeb0d6ce8de78f4924a9ce36380 (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
30
31
32
# New ports collection makefile for:    cvsutils
# Date created:     6 June 2000
# Whom:         knu@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   cvsutils
PORTVERSION=    2001.07.05
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu

MAINTAINER= knu@FreeBSD.org

USE_AUTOMAKE_VER=15
AUTOMAKE_ARGS=  --add-missing
USE_PERL5=  YES
WRKSRC=     ${WRKDIR}/${PORTNAME}

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>
span title='2013-11-03 23:38:39 +0800'>2013-11-031-0/+6 * - support STAGEDIRAndrej Zverev2013-11-031-6/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1 * - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2 * For perl@ owned ports:Eitan Adler2013-03-291-1/+1 * - Update to 3.02Frederic Culot2012-10-201-8/+2 * - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-5/+5 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-221-1/+1 * - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-211-1/+2 * - Remove test-only and included-in-perl-5.8 dependencies.Jun Kuriyama2009-12-221-1/+1 * Reassign my p5-* ports to perl@ so more than one personErwin Lansing2009-01-301-1/+1 * Update to 3.00Erwin Lansing2008-02-191-6/+13 * Fix plistErwin Lansing2007-04-21