diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1996-11-10 21:11:48 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1996-11-10 21:11:48 +0000 |
commit | e0fe359db376fcc6c7c52c0ff70080bdc204b454 (patch) | |
tree | a31afdff9322c445ef0501c1b42ce13be15b3381 /mbone/vat/Makefile | |
parent | 80825be7fbfc05498a43e23aa676f8268034b0d1 (diff) | |
download | ports-e0fe359db376fcc6c7c52c0ff70080bdc204b454.tar.gz ports-e0fe359db376fcc6c7c52c0ff70080bdc204b454.zip |
New port: vat 4.0b2, LBL Visual Audio Tool
Notes
Notes:
svn path=/head/; revision=4376
Diffstat (limited to 'mbone/vat/Makefile')
-rw-r--r-- | mbone/vat/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile new file mode 100644 index 000000000000..f98bd33db104 --- /dev/null +++ b/mbone/vat/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: vat +# Version required: 4.0b2 +# Date created: 2 November 1996 +# Whom: fenner +# +# $Id: $ +# + +DISTNAME= vat-4.0b2 +CATEGORIES+= mbone +MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/ +DISTFILES= vatsrc-4.0b2.tar.gz + +MAINTAINER= fenner@FreeBSD.ORG + +GSM_DIR= ${PORTSDIR}/audio/gsm + +DEPENDS= ${GSM_DIR} +LIB_DEPENDS= tk41:${PORTSDIR}/x11/tk41 \ + gsm:${GSM_DIR} + +USE_X11= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gsm=${GSM_DIR}/work/gsm-1.0-pl10 + +INSTALL_TARGET= install install-man + +post-install: + strip ${PREFIX}/bin/vat + ${COMPRESS_MAN} ${PREFIX}/man/man1/vat.1 + +.include <bsd.port.mk> |