2003-07-28 20:17:43 +02:00
|
|
|
# New ports collection makefile for: xfce4-mixer
|
|
|
|
# Date created: 3 July 2003
|
|
|
|
# Whom: James Earl <jdearl@telus.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-mixer
|
2009-05-06 16:56:27 +02:00
|
|
|
PORTVERSION= 4.6.1
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 5
|
2003-08-16 09:03:34 +02:00
|
|
|
CATEGORIES= audio xfce
|
2007-10-26 00:53:28 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
2003-09-28 19:52:45 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-07-28 20:17:43 +02:00
|
|
|
|
2003-08-17 09:40:39 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-07-28 20:17:43 +02:00
|
|
|
COMMENT= XFce 4 volume mixer module for xfce4-panel
|
|
|
|
|
2009-03-02 17:51:57 +01:00
|
|
|
BUILD_DEPENDS+= gstreamer-plugins-good>=0.10.22:${PORTSDIR}/multimedia/gstreamer-plugins-good
|
|
|
|
RUN_DEPENDS+= gstreamer-plugins-good>=0.10.22:${PORTSDIR}/multimedia/gstreamer-plugins-good
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-22 17:45:10 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnometarget gtk20 intltool intlhack libxml2 pkgconfig
|
2009-03-02 17:51:57 +01:00
|
|
|
USE_XFCE= configenv libgui libutil panel xfconf
|
2008-03-09 15:54:59 +01:00
|
|
|
USE_XORG= xproto x11 xrender xext xinerama xrandr xcursor xcomposite \
|
|
|
|
xdamage xfixes xi xau xdmcp
|
2003-07-28 20:17:43 +02:00
|
|
|
|
2007-02-05 21:11:49 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
|
|
|
|
2007-03-14 05:12:32 +01:00
|
|
|
.include <bsd.port.mk>
|