1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/xmms-arts/Makefile
Max Khon c414bbd45c Change BROKEN to IGNORE so people will not end up installing
package that won't work for them.

Suggested by:	kris
2004-06-17 00:46:45 +00:00

33 lines
848 B
Makefile

# New ports collection makefile for: xmms-arts
# Date created: 12 Nov 2003
# Whom: Max Khon <fjoe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xmms-arts
PORTVERSION= 0.4
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://stukach.com/hosted/m.i.a/xmmsarts/
DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION}
MAINTAINER= fjoe@FreeBSD.org
COMMENT= aRts output plugin for XMMS.
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
artsc.0:${PORTSDIR}/audio/arts
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GNOME= gtk12
USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${X11BASE}/include"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
IGNORE= will not work until xmms and arts will use the same glib version. Use xmms-arts_output port instead
.include <bsd.port.mk>