aboutsummaryrefslogtreecommitdiff
path: root/mail/xpbiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-12 10:15:47 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-12 10:15:47 +0000
commit754b4ec753eeb8571262647e94d39f4df9128e0f (patch)
treeed42b7fa13e3e657d537bfa5f3fa3c0ff6c4da14 /mail/xpbiff
parent02b043a98792dde3c6427a078fadf8107d2429e8 (diff)
downloadports-754b4ec753eeb8571262647e94d39f4df9128e0f.tar.gz
ports-754b4ec753eeb8571262647e94d39f4df9128e0f.zip
Mark broken on 5.x due to the usual gcc3.3-induced bitrot. Pet portlint.
Notes
Notes: svn path=/head/; revision=95650
Diffstat (limited to 'mail/xpbiff')
-rw-r--r--mail/xpbiff/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile
index 409029500406..823a455c922b 100644
--- a/mail/xpbiff/Makefile
+++ b/mail/xpbiff/Makefile
@@ -5,16 +5,16 @@
# $FreeBSD$
#
-PORTNAME?= xpbiff
-PORTVERSION?= 1.27
+PORTNAME= xpbiff
+PORTVERSION= 1.27
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/xpbiff/
DISTNAME= xpbiff
DISTFILES= xpbiff-1.27-with-YOUBIN.tar.gz.uu
-MAINTAINER?= ports@FreeBSD.org
-COMMENT?= A replacement for xbiff that handles popup window with mail header
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A replacement for xbiff that handles popup window with mail header
USE_IMAKE= yes
USE_XPM= yes
@@ -55,4 +55,10 @@ post-patch:
@${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.org
@${SED} "s=%YOUBINBINDIR%=${YOUBINBINDIR}/bin=" < ${WRKSRC}/config.h.org > ${WRKSRC}/config.h
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
+.include <bsd.port.post.mk>