diff options
author | linimon <linimon@FreeBSD.org> | 2008-02-08 13:10:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-02-08 13:10:21 +0800 |
commit | 0d495e2879a4565bd2be1adc9146b9e9062388ed (patch) | |
tree | 68cc4cf082cdcea05eaee306769f6fd193898dfe /net-mgmt/ap-utils | |
parent | 6d1af6bea9863e2bc569cdcd851043b2323e2639 (diff) | |
download | freebsd-ports-gnome-0d495e2879a4565bd2be1adc9146b9e9062388ed.tar.gz freebsd-ports-gnome-0d495e2879a4565bd2be1adc9146b9e9062388ed.tar.zst freebsd-ports-gnome-0d495e2879a4565bd2be1adc9146b9e9062388ed.zip |
Maintainer reports that this seems to be abandonware, so set DEPRECATED.
Requested by: maintainer
Diffstat (limited to 'net-mgmt/ap-utils')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index adaa5967ce13..289df01b81d6 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -12,9 +12,12 @@ CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= daniel+aputils@pelleg.org +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 |