2003-05-12 01:17:29 +02:00
|
|
|
# New ports collection makefile for: xfwm4
|
|
|
|
# Date created: August 14, 2002
|
2003-07-28 20:27:32 +02:00
|
|
|
# Whom: James Earl <jdearl@telus.net>
|
2003-05-12 01:17:29 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-07-28 20:27:32 +02:00
|
|
|
PORTNAME= xfce4-wm
|
2008-02-12 19:11:07 +01:00
|
|
|
PORTVERSION= 4.4.2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2003-08-16 09:03:34 +02:00
|
|
|
CATEGORIES= x11-wm xfce
|
2007-10-26 00:53:28 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
2003-07-28 20:27:32 +02:00
|
|
|
DISTNAME= xfwm4-${PORTVERSION}
|
2003-09-28 19:52:45 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-05-12 01:17:29 +02:00
|
|
|
|
2003-08-17 09:40:39 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-07-28 20:27:32 +02:00
|
|
|
COMMENT= XFce 4 window manager
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-xinerama
|
2007-01-22 17:45:10 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-06-19 06:53:44 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2007-01-22 17:45:10 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_XFCE= configenv libmcs libutil libgui mcsmanager panel
|
2007-04-11 18:26:53 +02:00
|
|
|
|
2007-01-22 17:45:10 +01:00
|
|
|
OPTIONS= COMPOSITE "Support the experimental X11 Composite extension" on \
|
2007-06-19 06:53:44 +02:00
|
|
|
STARTUP "Enable startup notification support" on \
|
|
|
|
REVMOUSE "Reverse mouse workspace changing direction" off
|
2005-02-15 00:13:14 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2007-01-22 17:45:10 +01:00
|
|
|
|
|
|
|
.if !defined(WITHOUT_COMPOSITE)
|
|
|
|
CONFIGURE_ARGS+=--enable-compositor
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-compositor
|
|
|
|
.endif
|
2005-02-15 00:13:14 +01:00
|
|
|
|
2007-01-22 17:45:10 +01:00
|
|
|
.if !defined(WITHOUT_STARTUP)
|
|
|
|
LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
|
|
|
CONFIGURE_ARGS+=--enable-startup-notification
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-startup-notification
|
2005-02-15 00:13:14 +01:00
|
|
|
.endif
|
|
|
|
|
2007-06-19 06:53:44 +02:00
|
|
|
.if defined(WITH_REVMOUSE)
|
|
|
|
EXTRA_PATCHES= ${FILESDIR}/extrapatch-src__events.c
|
|
|
|
.endif
|
|
|
|
|
2007-02-05 21:11:49 +01:00
|
|
|
post-patch:
|
2007-04-11 18:26:53 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|\(#define ShapeInput 2\);|\1|' \
|
|
|
|
${WRKSRC}/src/frame.c
|
2007-02-05 21:11:49 +01:00
|
|
|
|
2005-02-15 00:13:14 +01:00
|
|
|
.include <bsd.port.post.mk>
|