freebsd-ports/audio/xmms-ladspa/Makefile

26 lines
603 B
Makefile
Raw Normal View History

# New ports collection Makefile for: xmms-ladspa
# Date created: 11 May 2002
2002-10-30 14:14:37 +01:00
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= xmms-ladspa
2003-02-15 11:02:08 +01:00
PORTVERSION= 0.7
CATEGORIES= audio
MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/
DISTNAME= xmms_ladspa-${PORTVERSION}
2002-10-30 14:14:37 +01:00
MAINTAINER= arved@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms
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>