Changeset View
Changeset View
Standalone View
Standalone View
textproc/svn2cl/Makefile
| PORTNAME= svn2cl | PORTNAME= svn2cl | ||||
| PORTVERSION= 0.14 | PORTVERSION= 0.14 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= textproc | CATEGORIES= textproc | ||||
| MASTER_SITES= http://arthurdejong.org/svn2cl/ | MASTER_SITES= http://arthurdejong.org/svn2cl/ | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= Subversion ChangeLog generator | COMMENT= Subversion ChangeLog generator | ||||
| WWW= https://arthurdejong.org/svn2cl/ | WWW= https://arthurdejong.org/svn2cl/ | ||||
| RUN_DEPENDS= xsltproc:textproc/libxslt \ | RUN_DEPENDS= xsltproc:textproc/libxslt | ||||
| svn:devel/subversion | .if ${WITH_SUBVERSION_VER:U} == LTS | ||||
| RUN_DEPENDS+= svn:devel/subversion-lts | |||||
| .else | |||||
| RUN_DEPENDS+= svn:devel/subversion | |||||
| .endif | |||||
| NO_BUILD= yes | NO_BUILD= yes | ||||
| PORTDOCS= ChangeLog NEWS README TODO | PORTDOCS= ChangeLog NEWS README TODO | ||||
| DATAFILES= authors.xml svn2cl.xsl svn2html.css svn2html.xsl | DATAFILES= authors.xml svn2cl.xsl svn2html.css svn2html.xsl | ||||
| OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
| post-patch: | post-patch: | ||||
| Show All 15 Lines | |||||