1996-11-10 21:11:48 +00:00
|
|
|
# New ports collection makefile for: vat
|
|
|
|
# Date created: 2 November 1996
|
|
|
|
# Whom: fenner
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1996-11-10 21:11:48 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= vat
|
|
|
|
PORTVERSION= 4.0b2
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 2
|
2003-01-24 02:27:37 +00:00
|
|
|
CATEGORIES= mbone tk83
|
1996-11-10 21:11:48 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/
|
|
|
|
DISTFILES= vatsrc-4.0b2.tar.gz
|
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= The Visual Audio Tool - multicast audioconferencing
|
1996-11-10 21:11:48 +00:00
|
|
|
|
1999-07-15 21:53:15 +00:00
|
|
|
GSM_DIR= ${.CURDIR}/../../audio/gsm
|
2006-08-14 20:07:47 +00:00
|
|
|
GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl12
|
1996-11-10 21:11:48 +00:00
|
|
|
|
1997-09-11 03:55:02 +00:00
|
|
|
# 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
|
2003-01-24 02:27:37 +00:00
|
|
|
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 \
|
1998-09-22 19:10:14 +00:00
|
|
|
gsm.1:${GSM_DIR}
|
1996-11-10 21:11:48 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= autoconf:213
|
1997-09-11 03:55:02 +00:00
|
|
|
CONFIGURE_ARGS= --with-gsm=${GSM_WORK}
|
1996-11-10 21:11:48 +00:00
|
|
|
INSTALL_TARGET= install install-man
|
1996-11-13 12:41:39 +00:00
|
|
|
MAN1= vat.1
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/vat
|
1996-11-10 21:11:48 +00:00
|
|
|
|
2003-10-29 03:59:41 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-04-22 01:45:40 +00:00
|
|
|
.if ${ARCH} == "sparc64"
|
|
|
|
BROKEN= Does not build on sparc64
|
|
|
|
.endif
|
|
|
|
|
1996-11-10 21:11:48 +00:00
|
|
|
post-install:
|
2003-09-24 09:37:11 +00:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/vat
|
1996-11-10 21:11:48 +00:00
|
|
|
|
2003-10-22 02:02:35 +00:00
|
|
|
.include <bsd.port.post.mk>
|