![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / multimedia / xawtv / Makefile (download)
Revision 1.17, Sat Mar 4 21:30:16 2006 UTC (17 years, 9 months ago) by jlam
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. |
# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:16 jlam Exp $ # DISTNAME= xawtv-3.95 PKGREVISION= 2 CATEGORIES= multimedia MASTER_SITES= http://dl.bytesex.org/releases/xawtv/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://linux.bytesex.org/xawtv/ COMMENT= TV application for Brooktree 848 compatible cards WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= YES USE_TOOLS+= gmake perl CONFIGURE_ARGS+= --disable-aalib CONFIGURE_ARGS+= --disable-motif LDFLAGS+= ${LIBOSSAUDIO} SUBST_CLASSES+= devoss SUBST_MESSAGE.devoss= "Fixing path to OSS audio device." SUBST_STAGE.devoss= pre-configure SUBST_FILES.devoss= console/record.c libng/devices.c x11/pia.c SUBST_FILES.devoss+= man/motv.1 man/record.1 man/streamer.1 man/xawtv.1 SUBST_FILES.devoss+= man/es/streamer.1 man/es/xawtv.1 man/fr/xawtv.1 SUBST_SED.devoss= -e 's|/dev/dsp|${DEVOSSAUDIO}|g' .include "../../mk/bsd.prefs.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.xawtv .if ${MACHINE_ARCH} == "i386" PKG_SUPPORTED_OPTIONS= mmx .endif .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mmmx) CONFIGURE_ARGS+= --enable-mmx .endif .include "../../devel/ncurses/buildlink3.mk" .include "../../fonts/Xft2/buildlink3.mk" .include "../../graphics/MesaLib/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/xpm/buildlink3.mk" .include "../../x11/Xaw3d/buildlink3.mk" .include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk"