29 lines
767 B
Makefile
29 lines
767 B
Makefile
# $NetBSD: Makefile,v 1.34 2000/12/03 06:30:05 mycroft Exp $
|
|
#
|
|
|
|
DISTNAME= vatsrc-4.0b2
|
|
PKGNAME= ${DISTNAME:S/src//}
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
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/
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
|
|
DEPENDS+= tk-8.3.2:../../x11/tk
|
|
DEPENDS+= gsm-1.0.10:../../audio/gsm
|
|
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
|
CONFIGURE_ARGS+= --with-tcl=${PREFIX} --with-tk=${PREFIX}
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gsm
|
|
|
|
INSTALL_TARGET= install install-man
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|