diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 02:31:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 02:31:52 +0000 |
commit | 925728b7ea99866b38dcee169917581d1638f59a (patch) | |
tree | e54dca0e82d8e3ef83d374e02ec3d6db7a504347 /net/imm | |
parent | fec02d37eb03aeb895f7c5bb425af51b6310d2b6 (diff) | |
download | ports-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 'net/imm')
-rw-r--r-- | net/imm/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net/imm/Makefile b/net/imm/Makefile index 4c071b20e263..945d4e20e1c5 100644 --- a/net/imm/Makefile +++ b/net/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> |