2004-05-27 01:28:15 +02:00
|
|
|
# New ports collection makefile for: port-maintenance-tools
|
|
|
|
# Date created: 3 April 2004
|
|
|
|
# Whom: Mark Linimon <linimon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= port-maintenance-tools
|
|
|
|
PORTVERSION= 1.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
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 07:56:48 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
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 \
|
2004-06-09 05:20:54 +02:00
|
|
|
${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \
|
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
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|