pkgsrc/mbone/vat/Makefile
wiz 7b4c3ce8e1 We don't need BUILD_DEPENDS and DEPENDS for the same package,
but we need an autoconf dependency if we use it.
2000-08-24 00:46:13 +00:00

30 lines
763 B
Makefile

# $NetBSD: Makefile,v 1.31 2000/08/24 00:46:13 wiz 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.0.5:../../x11/tk80
DEPENDS+= gsm-1.0.10:../../audio/gsm
NOT_FOR_PLATFORM= *-*-alpha # filter.cc compiler error
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
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"