2001-03-15 14:36:30 +01:00
|
|
|
# New ports collection makefile for: cvsweb-converters
|
|
|
|
# Date created: 4 Mar 2001
|
|
|
|
# Whom: Martin Kammerhofer <mkamm@gmx.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cvsweb-converters
|
2009-07-07 01:28:15 +02:00
|
|
|
PORTVERSION= 0.3.4
|
2010-09-21 09:56:43 +02:00
|
|
|
PORTREVISION= 1
|
2001-03-15 14:36:30 +01:00
|
|
|
CATEGORIES= sysutils
|
2011-01-25 21:34:16 +01:00
|
|
|
MASTER_SITES= http://mitglied.multimania.de/mkamm/distfiles/ \
|
|
|
|
http://www.student.tugraz.at/kammerhofer/distfiles/
|
2001-03-15 14:36:30 +01:00
|
|
|
|
|
|
|
MAINTAINER= mkamm@gmx.net
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Create hyperlinks to cvsweb from cvs[up] output or FreeBSD commitlogs
|
2001-03-15 14:36:30 +01:00
|
|
|
|
2012-06-30 14:25:05 +02:00
|
|
|
RUN_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
|
|
|
p5-Config-IniFiles>=0:${PORTSDIR}/devel/p5-Config-IniFiles \
|
|
|
|
p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2001-03-15 14:36:30 +01:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2004-08-25 13:49:24 +02:00
|
|
|
USE_BZIP2= yes
|
2001-03-15 14:36:30 +01:00
|
|
|
USE_PERL5= yes
|
2004-07-01 13:00:52 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-03-15 14:36:30 +01:00
|
|
|
|
2004-07-01 13:00:52 +02:00
|
|
|
PLIST_FILES= bin/commitlog2cvsweb bin/cvsrdiff2cvsweb \
|
|
|
|
bin/cvsuplog2cvsweb etc/cvsweb-converters.conf.sample
|
2004-07-14 10:56:26 +02:00
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
2001-03-15 14:36:30 +01:00
|
|
|
|
2010-09-21 09:56:43 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500903
|
|
|
|
RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress
|
|
|
|
.endif
|
|
|
|
|
2001-03-15 14:36:30 +01:00
|
|
|
post-install:
|
2004-07-14 10:56:26 +02:00
|
|
|
@${SED} -e 's|$${PREFIX}|${PREFIX}|g' -- \
|
|
|
|
${.CURDIR}/pkg-message >${PKGMESSAGE}
|
2001-03-15 14:36:30 +01:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2010-09-21 09:56:43 +02:00
|
|
|
.include <bsd.port.post.mk>
|