![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / audio / xwave / Makefile (download)
Revision 1.19, Sat Mar 4 21:29:01 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:29:01 jlam Exp $ # DISTNAME= xwave2 PKGNAME= xwave-2.0 PKGREVISION= 1 CATEGORIES= audio x11 MASTER_SITES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Audio player/recorder/editor for the X Window System USE_IMAKE= YES INSTALLATION_DIRS= bin lib/X11/app-defaults do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xwave ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/src/XWave ${PREFIX}/lib/X11/app-defaults ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xwave2 ${INSTALL_DATA} ${WRKSRC}/README \ ${WRKSRC}/README-XWAVE2 \ ${WRKSRC}/README.v06 \ ${WRKSRC}/COPYING \ ${WRKSRC}/INSTALL \ ${PREFIX}/share/doc/xwave2 .include "../../graphics/xpm/buildlink3.mk" .include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk"