diff options
Diffstat (limited to 'ports-mgmt/port-authoring-tools/Makefile')
-rw-r--r-- | ports-mgmt/port-authoring-tools/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ports-mgmt/port-authoring-tools/Makefile b/ports-mgmt/port-authoring-tools/Makefile deleted file mode 100644 index ec3939be0205..000000000000 --- a/ports-mgmt/port-authoring-tools/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# 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= sysutils -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/cvsup:${PORTSDIR}/net/cvsup-without-gui \ - ${LOCALBASE}/bin/fastest_cvsup:${PORTSDIR}/sysutils/fastest_cvsup \ - ${LOCALBASE}/sbin/libchk:${PORTSDIR}/sysutils/libchk \ - ${LOCALBASE}/bin/port:${PORTSDIR}/devel/porttools - -NO_BUILD= yes - -do-install: # empty - -.include <bsd.port.mk> |