2003-07-28 20:21:52 +02:00
|
|
|
# New ports collection makefile for: xfce4-toys
|
|
|
|
# Date created: 7 July 2003
|
|
|
|
# Whom: James Earl <jdearl@telus.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-toys
|
2003-12-04 18:17:40 +01:00
|
|
|
PORTVERSION= 4.0.1
|
|
|
|
PORTREVISION= 0
|
2003-08-16 09:03:34 +02:00
|
|
|
CATEGORIES= games xfce
|
2003-09-27 13:45:13 +02:00
|
|
|
MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \
|
|
|
|
http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/
|
2003-09-28 19:52:45 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-07-28 20:21:52 +02:00
|
|
|
|
2003-08-17 09:40:39 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-07-28 20:21:52 +02:00
|
|
|
COMMENT= Toys for the XFce 4 panel
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
|
2003-10-19 08:13:49 +02:00
|
|
|
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
|
|
|
|
xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \
|
2003-07-31 13:43:33 +02:00
|
|
|
xml2.5:${PORTSDIR}/textproc/libxml2 \
|
2003-07-28 20:21:52 +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:21:52 +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:21:52 +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:21:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|