blob: 5408a203155187197bbf0ef52c38f32b67158b32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.44 2003/07/17 21:48:29 grant Exp $
#
DISTNAME= vatsrc-4.0b2
PKGNAME= ${DISTNAME:S/src//}
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= mbone
MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vat/alpha-test/
MAINTAINER= mycroft@NetBSD.org
HOMEPAGE= http://www-nrg.ee.lbl.gov/vat/
COMMENT= The Visual Audio Tool - multicast audioconferencing
DEPENDS+= tk>=8.3.2:../../x11/tk
DEPENDS+= gsm-1.0.10:../../audio/gsm
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl=${PREFIX} --with-tk=${PREFIX}
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gsm
INSTALL_TARGET= install install-man
.include "../../mk/bsd.pkg.mk"
|