freebsd-ports/ports-mgmt/port-authoring-tools/Makefile
Tom McLaughlin 9bb9659481 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:	linimon
2007-02-27 04:20:07 +00:00

29 lines
709 B
Makefile

# New ports collection makefile for: port-authoring-tools
# Date created: 3 April 2004
# Whom: Mark Linimon <linimon@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= port-authoring-tools
PORTVERSION= 1.0
CATEGORIES= ports-mgmt
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= linimon@FreeBSD.org
COMMENT= "meta-port" for tools to test and submit changes to ports
# note: portlint is brought in by porttools
RUN_DEPENDS= \
${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \
${LOCALBASE}/sbin/libchk:${PORTSDIR}/sysutils/libchk \
${LOCALBASE}/bin/port:${PORTSDIR}/ports-mgmt/porttools
NO_BUILD= yes
do-install: # empty
.include <bsd.port.mk>