2003-05-11 23:17:29 +00:00
|
|
|
# New ports collection makefile for: xfwm4
|
|
|
|
# Date created: August 14, 2002
|
2003-07-28 18:27:32 +00:00
|
|
|
# Whom: James Earl <jdearl@telus.net>
|
2003-05-11 23:17:29 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-07-28 18:27:32 +00:00
|
|
|
PORTNAME= xfce4-wm
|
2005-11-17 16:58:48 +00:00
|
|
|
PORTVERSION= 4.2.3.2
|
2006-02-23 10:40:44 +00:00
|
|
|
PORTREVISION= 1
|
2003-08-16 07:03:34 +00:00
|
|
|
CATEGORIES= x11-wm xfce
|
2005-01-26 16:57:40 +00:00
|
|
|
MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
|
2005-04-02 11:57:45 +00:00
|
|
|
http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
|
|
|
|
http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/
|
2003-07-28 18:27:32 +00:00
|
|
|
DISTNAME= xfwm4-${PORTVERSION}
|
2003-09-28 17:52:45 +00:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-05-11 23:17:29 +00:00
|
|
|
|
2003-08-17 07:40:39 +00:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-07-28 18:27:32 +00:00
|
|
|
COMMENT= XFce 4 window manager
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
|
2004-02-04 04:36:30 +00:00
|
|
|
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
|
2003-08-16 07:03:34 +00:00
|
|
|
xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
2005-01-26 16:57:40 +00:00
|
|
|
xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui
|
2003-09-27 11:45:13 +00:00
|
|
|
RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
|
2003-05-11 23:17:29 +00:00
|
|
|
|
2004-02-04 04:36:30 +00:00
|
|
|
USE_GETTEXT= yes
|
2003-05-11 23:17:29 +00:00
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_XPM= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-19 06:13:49 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-05-11 23:17:29 +00:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2003-07-28 18:27:32 +00:00
|
|
|
CONFIGURE_ARGS= --enable-xinerama
|
2003-10-19 06:13:49 +00:00
|
|
|
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
|
|
|
|
CPPFLAGS=-I${LOCALBASE}/include \
|
|
|
|
LIBS=-L${LOCALBASE}/lib
|
2003-05-11 23:17:29 +00:00
|
|
|
|
2005-02-14 23:13:14 +00:00
|
|
|
OPTIONS= COMPOSITE "Support the experimental X11 Composite extension" off
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_COMPOSITE)
|
|
|
|
CONFIGURE_ARGS+= --enable-compositor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|