mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3178ad0358
- While here, use SF macro PR: 128600 Submitted by: Takefu Kenji <takefu at airport dot fm> Approved by: Stanislav A. Nadelyaev <funkblaster at mail dot ru> (maintainer)
31 lines
698 B
Makefile
31 lines
698 B
Makefile
# New ports collection makefile for: icegenerator
|
|
# Date created: 18 August 2004
|
|
# Whom: Nadelyaev Stanislav <funkblaster@n11.bmstu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icegenerator
|
|
DISTVERSION= 0.5.5-pre2
|
|
CATEGORIES= audio net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= funkblaster@mail.ru
|
|
COMMENT= Direct streaming generator for Icecast/Shoutcast
|
|
|
|
LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ARGS= --exec-prefix=${PREFIX}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
${INSTALL_DATA} ${WRKSRC}/etc/icegenerator.conf.dist ${PREFIX}/etc
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|