summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-17 11:08:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-17 11:08:44 +0000
commite13f00eca1f51702adb78801c20a44e6c3c654f5 (patch)
treec11dcd403b15ec2193f9780ff09ea6f79b6d7858 /sysutils
parent- Update MASTER_SITES (diff)
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Notes
Notes: svn path=/head/; revision=271083
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xwlans/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/xwlans/Makefile b/sysutils/xwlans/Makefile
index b82017f42b1f..278012f1d515 100644
--- a/sysutils/xwlans/Makefile
+++ b/sysutils/xwlans/Makefile
@@ -15,13 +15,11 @@ MASTER_SITES= http://shapeshifter.se/code/xwlans/release/ \
MAINTAINER= fli@shapeshifter.se
COMMENT= Utilty to display your wavelan signal strength on the X11 root-display
+BROKEN= Does not compile with GCC 4.2
+DEPRECATED= does not compile on FreeBSD 7.x or newer
+EXPIRATION_DATE=2011-04-17
+
PLIST_FILES= bin/xwlans
USE_XORG= x11
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>