2005-06-10 17:56:42 +02:00
|
|
|
# New ports collection makefile for: audio/xmms-fxt
|
|
|
|
# Date created: 8 Jun 2005
|
|
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmms-fxt
|
|
|
|
PORTVERSION= 0.4
|
2008-06-06 15:08:29 +02:00
|
|
|
PORTREVISION= 4
|
2005-06-10 17:56:42 +02:00
|
|
|
CATEGORIES= audio
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}oolbox/${PORTNAME}-${PORTVERSION}.tar.gz
|
2005-06-10 17:56:42 +02:00
|
|
|
|
2006-04-09 15:08:16 +02:00
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
2005-06-10 17:56:42 +02:00
|
|
|
COMMENT= Surround/Echo effect plugin for XMMS
|
|
|
|
|
2005-10-11 00:05:17 +02:00
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
2005-06-10 17:56:42 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-10 17:56:42 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
PLIST_FILES= lib/xmms/Effect/libfxt.la \
|
|
|
|
lib/xmms/Effect/libfxt.so
|
2005-06-10 17:56:42 +02:00
|
|
|
|
2007-03-27 20:28:08 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
|
|
|
|
${WRKSRC}/configure ${WRKSRC}/ltconfig
|
|
|
|
|
2005-06-10 17:56:42 +02:00
|
|
|
.include <bsd.port.mk>
|