mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
9d869e631a
PR: ports/39915 Submitted by: maintainer
25 lines
584 B
Makefile
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>
|