aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ap-utils/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-30 19:15:53 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-30 19:15:53 +0000
commit192e2cf76660c2f6d541c53221872b48a5d82458 (patch)
tree98c5e7087fd878115822151268eb2cf26e663a33 /net-mgmt/ap-utils/Makefile
parentbf71cbdb67fe5db2a48ce6da782bce0d79a11776 (diff)
downloadports-192e2cf76660c2f6d541c53221872b48a5d82458.tar.gz
ports-192e2cf76660c2f6d541c53221872b48a5d82458.zip
2008-05-15 net-p2p/dclibc: Abandoned, not used, website disappeared
2008-04-07 net-mgmt/ap-utils: Does not work with gcc4.2; appears to be abandoned 2008-03-31 multimedia/xfce4-xmms-controller-plugin: Project is dead 2008-05-15 www/pear-HTTP_Session: Use www/pear-HTTP_Session2 instead 2008-05-04 security/bioapitool: All functionallity of this tools has been merged with pam_bsdbioapi
Notes
Notes: svn path=/head/; revision=213958
Diffstat (limited to 'net-mgmt/ap-utils/Makefile')
-rw-r--r--net-mgmt/ap-utils/Makefile52
1 files changed, 0 insertions, 52 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile
deleted file mode 100644
index 289df01b81d6..000000000000
--- a/net-mgmt/ap-utils/Makefile
+++ /dev/null
@@ -1,52 +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.4.1
-PORTREVISION= 2
-CATEGORIES= net-mgmt
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A set of utilities to configure and monitor wireless access points
-
-DEPRECATED= Does not work with gcc4.2; appears to be abandoned
-EXPIRATION_DATE= 2008-04-07
-
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_BZIP2= yes
-CONFIGURE_ENV= LDFLAGS="-lintl -L${LOCALBASE}/lib"
-MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.else
-BROKEN= Does not build without gettext
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Broken with gcc 4.2
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure
-
-.if !defined(NOPORTDOCS)
-post-install:
- ${MKDIR} ${DOCSDIR}
- cd ${WRKSRC}/Documentation && \
- ${INSTALL_DATA} FAQ Ovislink-HOWTO.html HARDWARE-NOTES README.ap-gl ${DOCSDIR}
-.endif
-
-.include <bsd.port.post.mk>