2013-08-31 01:01:05 +02:00
|
|
|
# Created by: Alejandro Pulver <alejandro@varnet.biz>
|
2005-06-22 13:15:06 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xmms-efxmms
|
|
|
|
PORTVERSION= 0.0.3
|
2008-06-06 15:08:29 +02:00
|
|
|
PORTREVISION= 4
|
2005-06-22 13:15:06 +02:00
|
|
|
CATEGORIES= audio
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/efxmms/EFXmms/EFXmms%20${PORTVERSION}
|
2005-06-22 13:15:06 +02:00
|
|
|
DISTNAME= EFXmms-${PORTVERSION}
|
|
|
|
|
2011-02-27 05:54:41 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-06-22 13:15:06 +02:00
|
|
|
COMMENT= Send the XMMS audio output through a queue of multiple effect plugins
|
|
|
|
|
2013-12-11 15:35:36 +01:00
|
|
|
LIB_DEPENDS= libxmms.so:${PORTSDIR}/multimedia/xmms
|
2005-06-22 13:15:06 +02:00
|
|
|
|
2013-08-31 01:01:05 +02:00
|
|
|
USES= gmake
|
2005-06-22 13:15:06 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= gtk12
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-22 13:15:06 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
PLIST_FILES= lib/xmms/Effect/libefx.la \
|
|
|
|
lib/xmms/Effect/libefx.so
|
2005-06-22 13:15:06 +02:00
|
|
|
|
2007-03-27 20:28:08 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig
|
|
|
|
|
2005-06-22 13:15:06 +02:00
|
|
|
.include <bsd.port.mk>
|