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
|
2004-01-10 23:40:10 +01:00
|
|
|
PORTVERSION= 4.0.3
|
2004-02-04 05:36:30 +01:00
|
|
|
PORTREVISION= 1
|
2003-08-16 09:03:34 +02:00
|
|
|
CATEGORIES= audio xfce
|
2003-09-27 13:45:13 +02:00
|
|
|
MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \
|
2004-01-10 23:40:10 +01:00
|
|
|
ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/xfce-${PORTVERSION}/src/ \
|
|
|
|
http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/${PORTVERSION}/ \
|
|
|
|
http://www.efd.lth.se/~c03bk/xfce4/mirror/tarballs/${PORTVERSION}/
|
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
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
2004-02-04 05:36:30 +01:00
|
|
|
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
2003-07-31 13:55:56 +02:00
|
|
|
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \
|
2003-07-31 13:43:33 +02:00
|
|
|
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
2003-07-28 20:17:43 +02:00
|
|
|
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
2003-08-17 10:55:21 +02:00
|
|
|
RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
2003-07-28 20:17:43 +02:00
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2003-07-28 20:17:43 +02:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_X_PREFIX= yes
|
2003-10-19 08:13:49 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2003-07-28 20:17:43 +02:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2003-10-19 08:13:49 +02:00
|
|
|
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
|
|
|
|
CPPFLAGS=-I${LOCALBASE}/include \
|
|
|
|
LIBS=-L${LOCALBASE}/lib
|
2003-07-28 20:17:43 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|