diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-09-11 03:55:02 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-09-11 03:55:02 +0000 |
commit | c6ac4c37007ebfb6c8e561d4bc20f135175d05a1 (patch) | |
tree | 01ee2b56d87765282e8bd43ce9d2ebcf143ab2cf /audio/vat/Makefile | |
parent | xtetris port no longer exists (and cannot) (diff) |
Make port work with tcl/tk 8.0
Notes
Notes:
svn path=/head/; revision=7856
Diffstat (limited to 'audio/vat/Makefile')
-rw-r--r-- | audio/vat/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/audio/vat/Makefile b/audio/vat/Makefile index 730256b041cb..18ab63e0669d 100644 --- a/audio/vat/Makefile +++ b/audio/vat/Makefile @@ -3,25 +3,29 @@ # Date created: 2 November 1996 # Whom: fenner # -# $Id: Makefile,v 1.2 1996/11/13 12:41:19 asami Exp $ +# $Id: Makefile,v 1.3 1997/04/20 13:19:26 wosch Exp $ # DISTNAME= vat-4.0b2 -CATEGORIES= mbone tk41 +CATEGORIES= mbone tk80 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 +GSM_WORK= ${GSM_DIR}/work/gsm-1.0-pl10 -DEPENDS= ${GSM_DIR} -LIB_DEPENDS= tk41:${PORTSDIR}/x11/tk41 \ +# If configure is changed to look for libgsm.a in ${PREFIX}/lib, then +# we can use this first BUILD_DEPENDS and save some work. +#BUILD_DEPENDS= ${GSM_WORK}/inc/private.h:${GSM_DIR}:patch +BUILD_DEPENDS= ${GSM_WORK}/lib/libgsm.a:${GSM_DIR}:build +LIB_DEPENDS= tk80:${PORTSDIR}/x11/tk80 \ gsm:${GSM_DIR} USE_X11= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gsm=${GSM_DIR}/work/gsm-1.0-pl10 +CONFIGURE_ARGS= --with-gsm=${GSM_WORK} INSTALL_TARGET= install install-man MAN1= vat.1 |