diff options
Diffstat (limited to 'ports-mgmt/porttools/Makefile')
-rw-r--r-- | ports-mgmt/porttools/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/ports-mgmt/porttools/Makefile b/ports-mgmt/porttools/Makefile deleted file mode 100644 index 885a5e681f17..000000000000 --- a/ports-mgmt/porttools/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: porttools -# Date created: 2003-06-18 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# -# $FreeBSD$ -# - -PORTNAME= porttools -PORTVERSION= 0.77 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= sergei@FreeBSD.org -COMMENT= Tools for testing and submitting port updates and new ports - -RUN_DEPENDS= portlint:${PORTSDIR}/devel/portlint \ - cdiff:${PORTSDIR}/textproc/cdiff \ - sudo:${PORTSDIR}/security/sudo - -.if !defined(WITHOUT_NEWFILE) -RUN_DEPENDS+= newfile:${PORTSDIR}/devel/newfile -.endif - -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install-docs -.endif - -MAKE_ENV= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" -MAN1= port.1 -MAN5= porttools.5 - -.include <bsd.port.mk> |