freebsd-ports/audio/xmms-arts_output/Makefile

29 lines
667 B
Makefile
Raw Normal View History

2003-11-12 01:14:40 +01:00
# New ports collection makefile for: xmms-arts_output
# Date created: 12 Nov 2003
# Whom: Max Khon <fjoe@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMEPREFIX= xmms-
PORTNAME= arts_output
2004-04-05 21:31:14 +02:00
PORTVERSION= 0.7.1
2003-11-12 01:14:40 +01:00
CATEGORIES= audio
MASTER_SITES= http://havardk.xmms.org/plugins/arts_output/
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_GNOME= gtk12
USE_INC_LIBTOOL_VER= 13
2003-11-12 01:14:40 +01:00
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
2004-04-05 21:31:14 +02:00
PLIST_FILES= lib/xmms/Output/libarts.so \
bin/xmms-arts-helper
2003-11-12 01:14:40 +01:00
.include <bsd.port.mk>