1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/audio/xmms-ladspa/Makefile
Joe Marcus Clarke 8a609be531 Use USE_GNOMENG.
PR:		42232
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-08-31 00:13:25 +00:00

27 lines
636 B
Makefile

# New ports collection Makefile for: xmms-ladspa
# Date created: 11 May 2002
# Whom: Tilman Linneweh <freebsdports@arved.de
#
# $FreeBSD$
PORTNAME= xmms-ladspa
PORTVERSION= 0.6
CATEGORIES= audio
MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/
DISTNAME= xmms_ladspa-${PORTVERSION}
MAINTAINER= freebsdports@arved.de
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= xmms.3:${PORTSDIR}/audio/xmms
WRKSRC= ${WRKDIR}/xmms_ladspa
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
do-install:
@${INSTALL_DATA} ${WRKSRC}/ladspa.so ${PREFIX}/lib/xmms/Effect/
.include <bsd.port.mk>