1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/p5-Shout/Makefile
Ying-Chieh Liao 1303808006 add p5-Shout
Perl glue for libshout MP3 streaming source library

PR:		26677
Submitted by:	Leo Kim <leo@florida.sarang.net>
2001-05-24 12:24:51 +00:00

27 lines
506 B
Makefile

# New ports collection makefile for: Shout
# Date created: 18 April 2001
# Whom: leo
#
# $FreeBSD$
#
PORTNAME= Shout
PORTVERSION= 0.99
CATEGORIES= audio perl5
MASTER_SITES= http://developer.icecast.org/libshout/releases/
PKGNAMEPREFIX= p5-
MAINTAINER= leo@florida.sarang.net
LIB_DEPENDS= shout.1:${PORTSDIR}/audio/libshout
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Shout.3
pre-configure:
@(cd ${WRKSRC} && ${RM} example.pl example2.pl)
.include <bsd.port.mk>