2003-07-28 18:22:23 +00:00
|
|
|
# New ports collection makefile for: libxfce4util
|
|
|
|
# Date created: 7 June 2003
|
|
|
|
# Whom: James Earl <jdearl@telus.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-utils
|
2005-01-26 16:57:40 +00:00
|
|
|
PORTVERSION= 4.2.0
|
|
|
|
PORTREVISION= 0
|
2003-08-16 07:03:34 +00:00
|
|
|
CATEGORIES= sysutils xfce
|
2005-01-26 16:57:40 +00:00
|
|
|
MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
|
|
|
|
http://spuriousinterrupt.org/projects/xfce4/files/mirror/xfce-${PORTVERSION}/ \
|
|
|
|
http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/
|
2003-07-28 18:22:23 +00:00
|
|
|
DISTNAME= xfce-utils-${PORTVERSION}
|
2003-09-28 17:52:45 +00:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-07-28 18:22:23 +00:00
|
|
|
|
2003-08-17 07:40:39 +00:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-07-28 18:22:23 +00:00
|
|
|
COMMENT= XFce 4 essential utilities and scripts
|
|
|
|
|
2005-01-26 16:57:40 +00:00
|
|
|
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
|
2004-02-04 04:36:30 +00:00
|
|
|
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
2005-01-26 16:57:40 +00:00
|
|
|
xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
|
|
|
|
RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
|
2003-07-28 18:22:23 +00:00
|
|
|
|
2005-01-26 16:57:40 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-02-04 04:36:30 +00:00
|
|
|
USE_GETTEXT= yes
|
2003-07-28 18:22:23 +00:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_X_PREFIX= yes
|
2005-01-26 16:57:40 +00:00
|
|
|
USE_LIBTOOL_VER=15
|
2003-10-19 06:13:49 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-07-28 18:22:23 +00:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2003-10-19 06:13:49 +00:00
|
|
|
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
|
|
|
|
CPPFLAGS=-I${LOCALBASE}/include \
|
|
|
|
LIBS=-L${LOCALBASE}/lib
|
2003-07-28 18:22:23 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|