pkgsrc/audio/darkice/Makefile
jlam 9c8b5ede43 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.
2006-03-04 21:28:51 +00:00

43 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2006/03/04 21:28:54 jlam Exp $
#
DISTNAME= darkice-0.14
PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=darkice/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://darkice.sourceforge.net/
COMMENT= IceCast, IceCast2 and ShoutCast live audio streamer
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --with-vorbis-prefix=${BUILDLINK_PREFIX.libvorbis}
CONFIGURE_ARGS+= --with-lame-prefix=${BUILDLINK_PREFIX.lame}
LIBS+= ${LIBOSSAUDIO}
EGDIR= ${PREFIX}/share/examples/darkice
HTMLDIR= ${PREFIX}/share/doc/html/darkice
CONF_FILES= ${EGDIR}/darkice.conf.default ${PKG_SYSCONFDIR}/darkice.conf
INSTALLATION_DIRS= bin man/man1 man/man5
do-install:
${INSTALL_DATA_DIR} ${EGDIR} ${HTMLDIR}
${INSTALL_DATA} ${WRKSRC}/darkice.cfg ${EGDIR}/darkice.conf.default
${INSTALL_PROGRAM} ${WRKSRC}/src/darkice ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/darkice.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/darkice.cfg.5 \
${PREFIX}/man/man5/darkice.conf.5
for f in ${WRKSRC}/kdoc/*.html; do \
${INSTALL_DATA} $$f ${HTMLDIR}; \
done
.include "../../audio/lame/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"