summaryrefslogtreecommitdiff
path: root/audio/xmms/Makefile
blob: 38b0e442281d618aa0beac1c17ca71bfa2c64488 (plain)
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
33
34
35
36
37
38
39
40
41
# $NetBSD: Makefile,v 1.3 2000/03/11 16:22:04 tron Exp $
# FreeBSD: ports/audio/xmms/Makefile,v 1.9 2000/02/11 01:46:12 cpiazza Exp

DISTNAME=	xmms-1.0.1
CATEGORIES=	audio
MASTER_SITES=	ftp://ftp.xmms.org/xmms/1.0/ \
		ftp://ftp.uk.xmms.org/xmms/1.0/ \
		ftp://ftp.us.xmms.org/xmms/1.0/ \
		ftp://ftp.ca.us.xmms.org/xmms/1.0/ \
		ftp://ftp.md.us.xmms.org/xmms/1.0/ \
		ftp://ftp.nl.xmms.org/xmms/1.0/ \
		ftp://ftp.de.xmms.org/xmms/1.0/

MAINTAINER=	tron@netbsd.org
HOMEPAGE=	http://www.xmms.org/

DEPENDS+=	Mesa-*:../../graphics/Mesa
DEPENDS+=	gtk+-1.2.*:../../x11/gtk
DEPENDS+=	libmikmod>=3.1.7:../libmikmod
DEPENDS+=	libxml>=1.8.5:../../textproc/libxml
DEPENDS+=	mit-pthreads-*:../../devel/mit-pthreads

USE_LIBTOOL=	yes
USE_X11=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS= --without-gnome
CC=		${LOCALBASE}/pthreads/bin/pgcc
LDFLAGS+=	-L${LOCALBASE}/lib

post-extract:
	cd ${WRKSRC}/Input/mpg123 && \
	${MV} decode_i586.s decode_i586.S && \
	${MV} getbits.s getbits.S && \
	${MV} Makefile.in Makefile.in.old && \
	${SED} -e 's:\.s :\.S :g' <Makefile.in.old >Makefile.in
	cd ${WRKSRC}/Visualization/blur_scope && \
	${MV} blur_8.s blur_8.S && \
	${MV} Makefile.in Makefile.in.old && \
	${SED} -e 's:blur_8.s:blur_8.S:g' <Makefile.in.old >Makefile.in

.include "../../mk/bsd.pkg.mk"