aboutsummaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-22 02:31:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-22 02:31:52 +0000
commit925728b7ea99866b38dcee169917581d1638f59a (patch)
treee54dca0e82d8e3ef83d374e02ec3d6db7a504347 /mbone
parentfec02d37eb03aeb895f7c5bb425af51b6310d2b6 (diff)
downloadports-925728b7ea99866b38dcee169917581d1638f59a.tar.gz
ports-925728b7ea99866b38dcee169917581d1638f59a.zip
Mark as broken on 5.x. The last distfile is from 1997. A google search
shows no current homepage.
Notes
Notes: svn path=/head/; revision=91858
Diffstat (limited to 'mbone')
-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>