pkgsrc/mbone/vat/Makefile
minskim 2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00

25 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.46 2004/03/08 20:27:15 minskim Exp $
#
DISTNAME= vatsrc-4.0b2
PKGNAME= ${DISTNAME:S/src//}
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/tk83
DEPENDS+= gsm-1.0.10:../../audio/gsm
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
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"