freebsd-ports/audio/icegenerator/Makefile
Sunpoet Po-Chuan Hsieh a26a7c64e7 - Update to 2.3.1 (from audio/libshout2)
- Use USES=libtool
- Strip shared library
- Bump PORTREVISION for audio/libshout shlib change and
  dependency change from audio/libshout2 to audio/libshout [1]

Approved by:	portmgr (bapt) [1]
2014-05-05 14:51:06 +00:00

32 lines
827 B
Makefile

# Created by: Nadelyaev Stanislav <funkblaster@n11.bmstu.ru>
# $FreeBSD$
PORTNAME= icegenerator
DISTVERSION= 0.5.5-pre2
PORTREVISION= 2
CATEGORIES= audio net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.5-pre2
MAINTAINER= funkblaster@mail.ru
COMMENT= Direct streaming generator for Icecast/Shoutcast
LIB_DEPENDS= libshout.so:${PORTSDIR}/audio/libshout
GNU_CONFIGURE= yes
USES= gmake pkgconfig
CONFIGURE_ARGS= --exec-prefix=${PREFIX}
OPTIONS_DEFINE= DOCS MYSQL PGSQL
MYSQL_USE= MYSQL=YES
MYSQL_CONFIGURE_ON= --with-mysql
PGSQL_USE= PGSQL=YES
PGSQL_CONFIGURE_ON= --with-pgsql
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/etc/icegenerator.conf.dist \
${STAGEDIR}${PREFIX}/etc/icegenerator.conf.sample
.include <bsd.port.mk>