![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / audio / muse / Makefile (download)
Revision 1.17, Sat Mar 4 21:28:57 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:28:57 jlam Exp $ # DISTNAME= MuSE-0.9 PKGNAME= ${DISTNAME:S/MuSE/muse/} PKGREVISION= 5 CATEGORIES= audio MASTER_SITES= ftp://ftp.dyne.org/muse/releases/ \ http://www.ljudmila.org/~jaromil/muse/releases/ \ ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://muse.dyne.org/ COMMENT= Multiple Streaming Engine GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --disable-ncurses CONFIGURE_ARGS+= --disable-lubrify CONFIGURE_ARGS+= --enable-gtk2 LIBS+= ${LIBOSSAUDIO} MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} MAKE_FLAGS+= docsdir=${PREFIX:Q}/share/doc/MuSE SUBST_CLASSES+= dsp SUBST_STAGE.dsp= post-patch SUBST_FILES.dsp= src/jmixer.cpp src/libmpeg/fileplayer.cc SUBST_SED.dsp= -e "s,/dev/dsp,${DEVOSSAUDIO},g" SUBST_MESSAGE.dsp= "Fixing hardcoded audio device." .include "../../audio/lame/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" .include "../../audio/libsndfile/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk"