2001-05-24 14:24:51 +02:00
|
|
|
# New ports collection makefile for: Shout
|
|
|
|
# Date created: 18 April 2001
|
|
|
|
# Whom: leo
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Shout
|
2001-12-13 08:50:25 +01:00
|
|
|
PORTVERSION= 1.0
|
2001-05-24 14:24:51 +02:00
|
|
|
CATEGORIES= audio perl5
|
|
|
|
MASTER_SITES= http://developer.icecast.org/libshout/releases/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= leo@florida.sarang.net
|
|
|
|
|
2001-12-13 08:50:25 +01:00
|
|
|
LIB_DEPENDS= shout.2:${PORTSDIR}/audio/libshout
|
2001-05-24 14:24:51 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
MAN3= Shout.3
|
|
|
|
|
|
|
|
pre-configure:
|
2001-12-13 08:50:25 +01:00
|
|
|
${MKDIR} ${WRKSRC}/examples
|
|
|
|
${MV} ${WRKSRC}/example.pl ${WRKSRC}/example2.pl ${WRKSRC}/examples
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/examples/* \
|
|
|
|
${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
|
|
|
|
.endif
|
2001-05-24 14:24:51 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|