summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mbone/imm/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/mbone/imm/Makefile b/mbone/imm/Makefile
index 4c071b20e263..945d4e20e1c5 100644
--- a/mbone/imm/Makefile
+++ b/mbone/imm/Makefile
@@ -12,9 +12,15 @@ MASTER_SITES= ftp://ftp.hawaii.edu/paccom/imm-3.5a1/
DISTNAME= imm.source
EXTRACT_SUFX= .tar.Z
-MAINTAINER= fenner@freebsd.org
+MAINTAINER= fenner@FreeBSD.org
COMMENT= Internet Image(or other data) Multicaster (and receiver)
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
WRKSRC= ${WRKDIR}/mnm
@@ -40,4 +46,4 @@ do-install:
# The sdr plugin is pretty much required.
${INSTALL_DATA} ${WRKSRC}/sdr2.plugin.S53.image.imm ${PREFIX}/share/doc/imm
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>