1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/audio/vat/Makefile

45 lines
1.1 KiB
Makefile
Raw Normal View History

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