1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/ports-mgmt/port-maintenance-tools/Makefile
Tom McLaughlin 412793fcfc Remove net/cvsup-without-gui dependency
- It's done us well but csup is in base and fills the needs of most users.

Approved by:	The old man (linimon)
2007-02-27 00:45:56 +00:00

32 lines
930 B
Makefile

# 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
CATEGORIES= ports-mgmt
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= linimon@FreeBSD.org
COMMENT= "meta-port" for administrative tools to maintain ports
# note: portuprade is brought in by pkg_cutleaves
RUN_DEPENDS= \
${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \
${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
NO_BUILD= yes
do-install: # empty
.include <bsd.port.mk>