aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-arts_output/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms-arts_output/Makefile')
-rw-r--r--audio/xmms-arts_output/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/audio/xmms-arts_output/Makefile b/audio/xmms-arts_output/Makefile
deleted file mode 100644
index f3302abdf560..000000000000
--- a/audio/xmms-arts_output/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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
-PORTVERSION= 0.7.1
-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
-INSTALLS_SHLIB= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-PLIST_FILES= lib/xmms/Output/libarts.so \
- bin/xmms-arts-helper
-
-.include <bsd.port.mk>