Changeset View
Changeset View
Standalone View
Standalone View
ports-mgmt/port-authoring-tools/Makefile
| PORTNAME= port-authoring-tools | PORTNAME= port-authoring-tools | ||||
| PORTVERSION= 1.0 | PORTVERSION= 1.0 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= ports-mgmt | CATEGORIES= ports-mgmt | ||||
| MAINTAINER= jgh@FreeBSD.org | MAINTAINER= jgh@FreeBSD.org | ||||
| COMMENT= "meta-port" for tools to test and submit changes to ports | COMMENT= "meta-port" for tools to test and submit changes to ports | ||||
| USES= metaport | USES= metaport | ||||
| # note: portlint is brought in by porttools | # note: portlint is brought in by porttools | ||||
| RUN_DEPENDS= \ | .if ${WITH_SUBVERSION_VER:U} == LTS | ||||
| ${LOCALBASE}/bin/svn:devel/subversion \ | RUN_DEPENDS= svn:devel/subversion-lts | ||||
| .else | |||||
| RUN_DEPENDS= svn:devel/subversion | |||||
| .endif | |||||
| RUN_DEPENDS+= \ | |||||
| ${LOCALBASE}/sbin/libchk:sysutils/libchk \ | ${LOCALBASE}/sbin/libchk:sysutils/libchk \ | ||||
| ${LOCALBASE}/bin/port:ports-mgmt/porttools | ${LOCALBASE}/bin/port:ports-mgmt/porttools | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||