aboutsummaryrefslogtreecommitdiff
path: root/audio/padevchooser/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-06-29 17:56:00 +0000
committerRene Ladan <rene@FreeBSD.org>2015-06-29 17:56:00 +0000
commit222937640c40b8137681360f65e347a7a8cf4e9d (patch)
tree9fec67b85cc28b792be9eebcc0d068e53851de6d /audio/padevchooser/Makefile
parentbd216a7b5d2ebfeeb6231cbd1cecf1277390f3f5 (diff)
Notes
Diffstat (limited to 'audio/padevchooser/Makefile')
-rw-r--r--audio/padevchooser/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/audio/padevchooser/Makefile b/audio/padevchooser/Makefile
deleted file mode 100644
index 65733eaa2c41..000000000000
--- a/audio/padevchooser/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Romain Tartière <romain@blogreen.org>
-# $FreeBSD$
-
-PORTNAME= padevchooser
-PORTVERSION= 0.9.3
-PORTREVISION= 8
-CATEGORIES= audio
-MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
-
-MAINTAINER= romain@FreeBSD.org
-COMMENT= GTK icon tray for PulseAudio
-
-LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
- libpulse.so:${PORTSDIR}/audio/pulseaudio \
- libnotify.so:${PORTSDIR}/devel/libnotify
-RUN_DEPENDES= dbus-daemon:${PORTSDIR}/devel/dbus
-
-BROKEN= needs update to support pulseaudio 5.0
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2015-06-29
-
-GNU_CONFIGURE= yes
-LIBS+= -L${LOCALBASE}/lib -lX11
-USES= gmake pkgconfig
-USE_GNOME= gconf2
-USE_XORG= x11
-
-CONFIGURE_ARGS= --disable-lynx
-
-.include <bsd.port.mk>