![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / misc / cuetools / Makefile (download)
Revision 1.8, Sat Mar 4 21:30:10 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.8 2006/03/04 21:30:10 jlam Exp $ # DISTNAME= cuetools-1.2 PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://download.berlios.de/cuetools/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cuetools.berlios.de/ COMMENT= Set of utilities to manipulate cue and toc files PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gmake INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tools/cuebreakpoints ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/tools/cueconvert ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/tools/cueprint ${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/man/cuebreakpoints.man \ ${PREFIX}/man/man1/cuebreakpoints.1 ${INSTALL_DATA} ${WRKSRC}/man/cueconvert.man \ ${PREFIX}/man/man1/cueconvert.1 ${INSTALL_DATA} ${WRKSRC}/man/cueprint.man \ ${PREFIX}/man/man1/cueprint.1 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cuetools/ ${INSTALL_DATA} ${WRKSRC}/formats.txt ${PREFIX}/share/doc/cuetools/ .include "../../mk/bsd.pkg.mk"