2000-12-19 10:41:17 +01:00
|
|
|
# New ports collection makefile for: Xmms
|
|
|
|
# Date created: 10 December 2000
|
|
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Xmms
|
2003-02-05 11:30:07 +01:00
|
|
|
PORTVERSION= 0.12
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2000-12-19 10:41:17 +01:00
|
|
|
CATEGORIES= audio perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Xmms
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= ${PORTNAME}-Perl-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= jeremy@external.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Interactive remote control shell for xmms
|
2000-12-19 10:41:17 +01:00
|
|
|
|
2002-11-28 17:37:35 +01:00
|
|
|
BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms \
|
2000-12-19 10:41:17 +01:00
|
|
|
${site_perl}/MPEG/MP3Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
|
|
|
|
${site_perl}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \
|
|
|
|
${site_perl}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
|
|
|
|
|
2003-10-24 14:05:09 +02:00
|
|
|
site_perl= ${SITE_PERL}
|
2000-12-19 10:41:17 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2005-02-19 19:30:49 +01:00
|
|
|
USE_REINPLACE= yes
|
2000-12-19 10:41:17 +01:00
|
|
|
|
2005-02-19 19:30:49 +01:00
|
|
|
MAN3= Xmms::Remote.3 \
|
2000-12-19 10:41:17 +01:00
|
|
|
Xmms::SongChange.3 \
|
|
|
|
Xmms.3 \
|
|
|
|
Bundle::Xmms.3
|
|
|
|
|
2005-02-19 19:30:49 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} >= 500800
|
|
|
|
MAN3+= Xmms::Config.3
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
|
|
|
|
${WRKSRC}/SongChange/Makefile.PL
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|