Changeset View
Changeset View
Standalone View
Standalone View
www/repos-style/Makefile
| PORTNAME= repos-style | PORTNAME= repos-style | ||||
| PORTVERSION= 2.0 | PORTVERSION= 2.0 | ||||
| PORTREVISION= 2 | PORTREVISION= 3 | ||||
| CATEGORIES= www | CATEGORIES= www | ||||
| MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ | MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ | ||||
| MAINTAINER= avk@vl.ru | MAINTAINER= avk@vl.ru | ||||
| COMMENT= Stylesheet for the Subversion index web page | COMMENT= Stylesheet for the Subversion index web page | ||||
| WWW= http://www.reposstyle.com/ | WWW= http://www.reposstyle.com/ | ||||
| RUN_DEPENDS= subversion>=0:devel/subversion | .if ${WITH_SUBVERSION_VER:U} == LTS | ||||
| RUN_DEPENDS= subversion-lts>0:devel/subversion-lts | |||||
| .else | |||||
| RUN_DEPENDS= subversion>0:devel/subversion | |||||
| .endif | |||||
| USES= dos2unix php:web zip | USES= dos2unix php:web zip | ||||
| DOS2UNIX_GLOB= *.xsl *.php | DOS2UNIX_GLOB= *.xsl *.php | ||||
| NO_BUILD= YES | NO_BUILD= YES | ||||
| USE_PHP= xml | USE_PHP= xml | ||||
| WRKSRC= ${WRKDIR}/repos-web | WRKSRC= ${WRKDIR}/repos-web | ||||
| Show All 14 Lines | |||||