1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/xmms-ladspa/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

31 lines
751 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= 2
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_X_PREFIX= yes
USE_GNOME= gtk12
do-install:
@${INSTALL_DATA} ${WRKSRC}/ladspa.so ${PREFIX}/lib/xmms/Effect/
.include <bsd.port.mk>