2003-07-28 20:21:09 +02:00
|
|
|
# New ports collection makefile for: xfce4-systray
|
|
|
|
# Date created: 3 July 2003
|
|
|
|
# Whom: James Earl <jdearl@telus.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-systray
|
|
|
|
PORTVERSION= 3.99.2
|
2003-07-31 14:01:37 +02:00
|
|
|
PORTREVISION= 1
|
2003-08-16 09:03:34 +02:00
|
|
|
CATEGORIES= x11-wm xfce
|
2003-07-28 20:21:09 +02:00
|
|
|
MASTER_SITES= http://www.xfce.org/archive/xfce4-rc2/src/ \
|
|
|
|
ftp://ftp.unix-ag.org/user/bmeurer/xfce4/rc2/separate/ \
|
|
|
|
http://usuarios.lycos.es/xfce4/tarballs/rc2/separate/ \
|
|
|
|
http://linux.imp.mx/xfce4/rc2/xfce4-rc2/src/
|
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2003-08-17 09:40:39 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-07-28 20:21:09 +02:00
|
|
|
COMMENT= XFce 4 system tray module for xfce4-panel
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
2003-07-31 13:43:33 +02: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:21:09 +02:00
|
|
|
startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
|
|
|
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|