aboutsummaryrefslogtreecommitdiffstats
path: root/palm
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-03-17 19:08:44 +0800
committerpav <pav@FreeBSD.org>2011-03-17 19:08:44 +0800
commit8f24a15726dba3bbbd584e92f3d81b4bd0190d9a (patch)
tree30e57ad4f97668320f2f386f99980504ff4d1f78 /palm
parent01b1e104baba5395a22dea3b13bcdf24730d3440 (diff)
downloadfreebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.gz
freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.zst
freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.zip
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Diffstat (limited to 'palm')
-rw-r--r--palm/romeo/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/palm/romeo/Makefile b/palm/romeo/Makefile
index 8488c0576b1d..d28f602e310f 100644
--- a/palm/romeo/Makefile
+++ b/palm/romeo/Makefile
@@ -16,20 +16,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= The Palm ROM Discombobulator
+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/romeo
USE_GMAKE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "alpha"
-BROKEN= Does not compile on alpha
-.endif
-
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/romeo ${PREFIX}/bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>