1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/audio/xmms-ladspa/Makefile
Patrick Li 9d869e631a Add missing dependency
PR:		ports/39915
Submitted by:	maintainer
2002-06-28 02:16:29 +00:00

25 lines
584 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.5
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
USE_X_PREFIX= yes
USE_GTK= yes
do-install:
@${INSTALL_DATA} ${WRKSRC}/ladspa.so ${PREFIX}/lib/xmms/Effect/
.include <bsd.port.mk>