pkgsrc-wip/shoutcast/Makefile

29 lines
806 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/10/07 15:11:33 asau Exp $
DISTNAME= shoutcast-1-9-2-linux-glibc6
PKGNAME= shoutcast-1.9.2
CATEGORIES= audio
MASTER_SITES= http://www.shoutcast.com/downloads/sc1-9-2/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.shoutcast.com/
COMMENT= Internet Streaming server for MP3 audio
EMUL_PLATFORMS= linux-i386
NOT_FOR_PLATFORM= NetBSD-[2-9]*-*
EMUL_MODULES.linux= base
BUILD_DIRS= # empty
PKG_SYSCONFSUBDIR= shoutcast
post-build:
@${SED} -e "s,@LOCALBASE@,${PREFIX},g" < ${WRKSRC}/sc_serv.conf > ${WRKSRC}/tmp
@${SED} -e "s,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR},g" < ${WRKSRC}/tmp >${WRKSRC}/sc_serv.conf
do-install:
@${FILESDIR}/install.sh ${WRKDIR}/shoutcast-1-9-2-linux-glibc6 ${DESTDIR}${PREFIX} ${DESTDIR}${PKG_SYSCONFDIR}
.include "../../mk/bsd.pkg.mk"