diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-22 10:02:35 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-22 10:02:35 +0800 |
commit | 344e80b45d14275fea1c5ccedc4c29c630e481e3 (patch) | |
tree | 0c6726a6752dc6d14e0ff7beca54c7fc175d32ab /audio/vat | |
parent | cdd9f45bb5f5a9434dc8226a153cd744577053df (diff) | |
download | freebsd-ports-gnome-344e80b45d14275fea1c5ccedc4c29c630e481e3.tar.gz freebsd-ports-gnome-344e80b45d14275fea1c5ccedc4c29c630e481e3.tar.zst freebsd-ports-gnome-344e80b45d14275fea1c5ccedc4c29c630e481e3.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.
Diffstat (limited to 'audio/vat')
-rw-r--r-- | audio/vat/Makefile | 8 | ||||
-rw-r--r-- | audio/vat/pkg-descr | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/audio/vat/Makefile b/audio/vat/Makefile index 47053ff9df1d..202e5923e1f1 100644 --- a/audio/vat/Makefile +++ b/audio/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/audio/vat/pkg-descr b/audio/vat/pkg-descr index 61f95885629c..4c043e7dca5e 100644 --- a/audio/vat/pkg-descr +++ b/audio/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/ |