2001-05-24 14:24:51 +02:00
|
|
|
# New ports collection makefile for: Shout
|
|
|
|
# Date created: 18 April 2001
|
|
|
|
# Whom: leo
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Shout
|
2004-05-14 17:10:39 +02:00
|
|
|
PORTVERSION= 2.0.1
|
2006-01-08 22:58:20 +01:00
|
|
|
PORTREVISION= 2
|
2001-05-24 14:24:51 +02:00
|
|
|
CATEGORIES= audio perl5
|
2005-02-21 18:18:51 +01:00
|
|
|
MASTER_SITES= http://www.icecast.org/releases/libshout/
|
2001-05-24 14:24:51 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-05-14 17:10:39 +02:00
|
|
|
MAINTAINER= mat@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Perl glue for libshout MP3 streaming source library
|
2001-05-24 14:24:51 +02:00
|
|
|
|
2006-01-08 22:58:20 +01:00
|
|
|
LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2
|
2001-05-24 14:24:51 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Shout.3
|
|
|
|
|
2004-05-14 17:10:39 +02:00
|
|
|
DOCSDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -i -pe 's/CCFLAGS/INC/;' ${WRKSRC}/Makefile.PL
|
|
|
|
|
|
|
|
post-configure:
|
|
|
|
@${PERL} -i -pe '$$_ .= " ${PTHREAD_LIBS}" if /^LDDLFLAGS/;' ${WRKSRC}/Makefile
|
2001-12-13 08:50:25 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
2004-05-14 17:10:39 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/example*.pl ${DOCSDIR}
|
2001-12-13 08:50:25 +01:00
|
|
|
.endif
|
2001-05-24 14:24:51 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|