![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / audio / mad123 / Makefile (download)
Revision 1.19, 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.19 2006/03/04 21:28:57 jlam Exp $ # DISTNAME= mad123-0.8.5 PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.mctavish.co.uk/mad123/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mctavish.co.uk/mad123/ COMMENT= Command-line MPEG audio player .include "../../mk/bsd.prefs.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.mad123 PKG_SUPPORTED_OPTIONS= arts oss sun PKG_SUGGESTED_OPTIONS+= oss .if ${OPSYS} != "DragonFly" PKG_SUGGESTED_OPTIONS+= sun .endif .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Marts) MAKE_FLAGS+= USE_ARTS=yes .include "../../audio/arts/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Moss) MAKE_FLAGS+= USE_OSS=yes . include "../../mk/ossaudio.buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Msun) MAKE_FLAGS+= USE_SUN=yes .endif INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mad123 ${PREFIX}/bin/mad123 ${INSTALL_MAN} ${WRKSRC}/mad123.1 ${PREFIX}/man/man1/ .include "../../audio/taglib/buildlink3.mk" .include "../../audio/libmad/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"