2012-10-15 22:32:02 +02:00
|
|
|
# Created by: James Earl <jdearl@telus.net>
|
2003-07-28 20:17:43 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xfce4-mixer
|
2014-05-19 21:40:09 +02:00
|
|
|
PORTVERSION= 4.11.0
|
2015-03-05 23:52:30 +01:00
|
|
|
PORTREVISION= 2
|
2003-08-16 09:03:34 +02:00
|
|
|
CATEGORIES= audio xfce
|
2007-10-26 00:53:28 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
2012-10-15 22:32:02 +02:00
|
|
|
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
|
2003-09-28 19:52:45 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-07-28 20:17:43 +02:00
|
|
|
|
2011-10-23 13:56:51 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2013-05-08 18:05:21 +02:00
|
|
|
COMMENT= Volume control for the Xfce desktop
|
2003-07-28 20:17:43 +02:00
|
|
|
|
2014-05-19 21:40:09 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2013-10-15 20:36:02 +02:00
|
|
|
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
2014-05-13 13:54:53 +02:00
|
|
|
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
|
2009-03-02 17:51:57 +01:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-22 17:45:10 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2015-03-05 23:52:30 +01:00
|
|
|
USES= gmake libtool pkgconfig gettext-tools xfce tar:bzip2
|
2013-05-08 18:05:21 +02:00
|
|
|
USE_GNOME= glib20 gtk20 intltool intlhack
|
2015-03-05 23:52:30 +01:00
|
|
|
USE_XFCE= panel
|
2012-12-26 10:35:02 +01:00
|
|
|
USE_GSTREAMER= good
|
2003-07-28 20:17:43 +02:00
|
|
|
|
2012-09-03 01:04:06 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2014-05-19 21:40:09 +02:00
|
|
|
OPTIONS_DEFINE= KEYBIND NLS
|
2012-12-26 11:39:17 +01:00
|
|
|
KEYBIND_DESC= Multimedia keyboard shortcuts
|
2015-03-05 23:52:30 +01:00
|
|
|
KEYBIND_LIB_DEPENDS= libkeybinder.so:${PORTSDIR}/x11/keybinder
|
|
|
|
KEYBIND_CONFIGURE_ENABLE= keybinder
|
|
|
|
NLS_USES= gettext-runtime
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
OPTIONS_SUB= yes
|
2014-05-19 21:40:09 +02:00
|
|
|
|
2007-02-05 21:11:49 +01:00
|
|
|
post-patch:
|
2012-12-25 02:31:50 +01:00
|
|
|
@${FIND} ${WRKSRC} -name 'Makefile.in' -or -name 'xfce-mixer-track.c' \
|
|
|
|
-type f | ${XARGS} ${REINPLACE_CMD} -e \
|
2012-10-15 22:32:02 +02:00
|
|
|
's|(pkgdatadir)/icons|(datadir)/icons| ; \
|
|
|
|
s|pixmaps/xfce4-mixer|pixmaps|'
|
|
|
|
|
2007-03-14 05:12:32 +01:00
|
|
|
.include <bsd.port.mk>
|