freebsd-ports/audio/xmms-fxt/Makefile
Thomas Abthorpe 73c7900f5b - Reassign ports to heap
Submitted by:	alepulver
2011-02-27 04:54:41 +00:00

30 lines
674 B
Makefile

# 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
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}oolbox/${PORTNAME}-${PORTVERSION}.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Surround/Echo effect plugin for XMMS
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk12
PLIST_FILES= lib/xmms/Effect/libfxt.la \
lib/xmms/Effect/libfxt.so
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
${WRKSRC}/configure ${WRKSRC}/ltconfig
.include <bsd.port.mk>