1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/xmms-real-random/Makefile
Oliver Lehmann c8b6c3ab65 Add xmms-real-random 0.2, REAL shuffle mode for xmms.
PR:		57543
Submitted by:	Ulrich Spoerlein <q@uni.de>
2003-10-04 17:02:53 +00:00

34 lines
714 B
Makefile

# 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.2
CATEGORIES= audio
MASTER_SITES= http://kingleo.home.pages.at/development/stuff/
DISTNAME= real_random-${PORTVERSION}
MAINTAINER= q@uni.de
COMMENT= REAL shuffle mode for xmms
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_X_PREFIX= yes
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>