freebsd-ports/audio/xmms-ladspa/Makefile
Martin Wilke 077a58f032 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 14:48:03 +00:00

29 lines
733 B
Makefile

# New ports collection Makefile for: xmms-ladspa
# Date created: 11 May 2002
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= xmms-ladspa
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.ecs.soton.ac.uk/~njl98r/code/ladspa/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= arved
DISTNAME= xmms_ladspa-${PORTVERSION}
MAINTAINER= arved@FreeBSD.org
COMMENT= XMMS Plugin that provides LADSPA Plugins to XMMS
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Effect/ladspa.so
USE_GNOME= gtk12
do-install:
@${INSTALL_DATA} ${WRKSRC}/ladspa.so ${PREFIX}/lib/xmms/Effect/
.include <bsd.port.mk>