aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-real-random/Makefile
blob: 6ccdcf2109dbc798c9ef4476b7821d2e08a44bb7 (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
33
34
# New ports collection makefile for:    xmms-real-random
# Date created:             03.10.2003
# Whom:                 Ulrich Spoerlein <q@uni.de>
#
# $FreeBSD$
#

PORTNAME=   xmms-real-random
PORTVERSION=    0.3
CATEGORIES= audio
MASTER_SITES=   http://kingleo.home.pages.at/development/stuff/
DISTNAME=   real_random-${PORTVERSION}

MAINTAINER= q@galgenberg.net
COMMENT=    REAL shuffle mode for xmms

LIB_DEPENDS=    xmms.4:${PORTSDIR}/multimedia/xmms

GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_REINPLACE=  yes
USE_AUTOTOOLS=  libtool:13
INSTALLS_SHLIB= yes
USE_X_PREFIX=   yes

CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CFLAGS='${CFLAGS}'

post-patch:
.for Makefile in Makefile.am Makefile.in
    @${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/' ${WRKSRC}/${Makefile}
.endfor

.include <bsd.port.mk>