diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 02:02:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-22 02:02:35 +0000 |
commit | 3733d1be77128930717dc8a076fac60847b57191 (patch) | |
tree | 0fb0d9f5167fd1c6fa7e99cd789e4d9713cc8ef9 /mbone | |
parent | 7bc3091fb7c6394620eca7936c6db78f3c69d40f (diff) | |
download | ports-3733d1be77128930717dc8a076fac60847b57191.tar.gz ports-3733d1be77128930717dc8a076fac60847b57191.zip |
Mark broken on 5.x. The distfile is from 1996 so updates might not
be forthcoming. While I'm here, update the pkg-descr with a current URL.
Notes
Notes:
svn path=/head/; revision=91856
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/vat/Makefile | 8 | ||||
-rw-r--r-- | mbone/vat/pkg-descr | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index 47053ff9df1d..202e5923e1f1 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -15,6 +15,12 @@ DISTFILES= vatsrc-4.0b2.tar.gz MAINTAINER= fenner@FreeBSD.org COMMENT= The Visual Audio Tool - multicast audioconferencing +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + GSM_DIR= ${.CURDIR}/../../audio/gsm GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl10 @@ -34,4 +40,4 @@ MAN1= vat.1 post-install: ${STRIP_CMD} ${PREFIX}/bin/vat -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mbone/vat/pkg-descr b/mbone/vat/pkg-descr index 61f95885629c..4c043e7dca5e 100644 --- a/mbone/vat/pkg-descr +++ b/mbone/vat/pkg-descr @@ -1,2 +1,4 @@ Vat allows users to conduct host-to-host or multihost audio teleconferences over an internet. + +WWW: http://www-nrg.ee.lbl.gov/vat/ |