aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-Xmms/Makefile
blob: 121d94ecd5c8dd723847e45f9219151a8ab60f38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    Xmms
# Date created:         10 December 2000
# Whom:             Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$

PORTNAME=   Xmms
PORTVERSION=    0.10
CATEGORIES= audio perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Xmms
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-Perl-${PORTVERSION}

MAINTAINER= jeremy@external.org

BUILD_DEPENDS=  xmms:${PORTSDIR}/audio/xmms \
        ${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

site_perl=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}

PERL_CONFIGURE= YES

MAN3=       Xmms::Remote.3 \
        Xmms::SongChange.3 \
        Xmms.3 \
        Bundle::Xmms.3
MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

.include <bsd.port.mk>