summaryrefslogtreecommitdiff
path: root/net-mgmt/ap-utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ap-utils/Makefile')
-rw-r--r--net-mgmt/ap-utils/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile
deleted file mode 100644
index 8ddb69596186..000000000000
--- a/net-mgmt/ap-utils/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: ap-utils
-# Date created: 2002/07/10
-# Whom: Jerry A! <jerry@thehutt.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ap-utils
-PORTVERSION= 1.3.1
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= daniel+aputils@pelleg.org
-COMMENT= A set of utilities to configure and monitor wireless access points
-
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
-
-GNU_CONFIGURE= yes
-USE_BZIP2= yes
-MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/Documentation && \
- ${INSTALL_DATA} FAQ Ovislink-HOWTO.html ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>