2004-05-27 01:28:15 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= port-maintenance-tools
|
|
|
|
PORTVERSION= 1.0
|
2013-03-12 22:51:38 +01:00
|
|
|
PORTREVISION= 2
|
2007-02-05 02:08:46 +01:00
|
|
|
CATEGORIES= ports-mgmt
|
2004-05-27 01:28:15 +02:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
|
2013-03-12 22:52:56 +01:00
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
2013-03-12 07:56:48 +01:00
|
|
|
COMMENT= Meta-port for administrative tools to maintain ports
|
2004-05-27 01:28:15 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= \
|
2008-03-05 05:08:38 +01:00
|
|
|
${LOCALBASE}/sbin/portupgrade:${PORTSDIR}/ports-mgmt/portupgrade \
|
2013-03-12 22:51:38 +01:00
|
|
|
${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
|
2007-02-05 02:08:46 +01:00
|
|
|
${LOCALBASE}/sbin/pkg_cutleaves:${PORTSDIR}/ports-mgmt/pkg_cutleaves \
|
|
|
|
${LOCALBASE}/bin/pkg_tree:${PORTSDIR}/ports-mgmt/pkg_tree \
|
|
|
|
${LOCALBASE}/bin/porteasy:${PORTSDIR}/ports-mgmt/porteasy \
|
|
|
|
${LOCALBASE}/bin/portell:${PORTSDIR}/ports-mgmt/portell \
|
|
|
|
${LOCALBASE}/sbin/portdowngrade:${PORTSDIR}/ports-mgmt/portdowngrade
|
2004-05-27 01:28:15 +02:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2013-09-26 09:10:09 +02:00
|
|
|
NO_MTREE= yes
|
2004-05-27 01:28:15 +02:00
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|