freebsd-ports/textproc/svn2cl/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

42 lines
1.1 KiB
Makefile

# New ports collection makefile for: svn2cl
# Date created: 20 December 2006
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= svn2cl
PORTVERSION= 0.10
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://ch.tudelft.nl/~arthur/svn2cl/
MAINTAINER= ports@logvinov.com
COMMENT= Subversion ChangeLog generator
RUN_DEPENDS= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion
NO_BUILD= yes
MAN1= ${PORTNAME}.1
PORTDOCS= ChangeLog NEWS README TODO
DATAFILES= authors.xml svn2cl.xsl svn2html.css svn2html.xsl
post-patch:
@${REINPLACE_CMD} -e 's|XSL="$$dir|XSL="${DATADIR}|' ${WRKSRC}/${PORTNAME}.sh
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
@${MKDIR} ${DATADIR}
.for i in ${DATAFILES}
${INSTALL_DATA} ${WRKSRC}/${i} ${DATADIR}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>