pkgsrc/audio/mserv/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

45 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.38 2014/05/29 23:35:14 wiz Exp $
#
DISTNAME= mserv-0.35
PKGREVISION= 16
CATEGORIES= audio
MASTER_SITES= http://www.mserv.org/download/
MAINTAINER= martin@NetBSD.org
HOMEPAGE= http://www.mserv.org/
COMMENT= Local centralised music server environment
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/mserv
CONFIGURE_ENV+= COPTS="-g"
CONFIGURE_ENV+= MY_LIBS="-lvorbisfile -lvorbis"
USE_LIBTOOL= yes
USE_TOOLS+= perl:run
REPLACE_PERL= support/mservedit webclient/main.cgi \
webclient/margin.cgi webclient/mserv.cgi
LDFLAGS.SunOS+= -lnsl -lsocket
post-configure:
${MV} ${WRKSRC}/mserv/soundcard.h ${WRKSRC}/mserv/mservsoundcard.h
INSTALLATION_DIRS+= share/doc/mserv share/mserv/webclient
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/support/mservedit ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} \
${WRKSRC}/INSTALL \
${WRKSRC}/LICENSE \
${DESTDIR}${PREFIX}/share/doc/mserv
${INSTALL_DATA} \
${WRKSRC}/webclient/* \
${DESTDIR}${PREFIX}/share/mserv/webclient
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"