2010-11-22 08:36:47 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2010/11/22 08:37:06 espie Exp $
|
2007-05-08 15:14:23 +00:00
|
|
|
|
2009-04-28 19:46:28 +00:00
|
|
|
COMMENT= Xfce4 file manager
|
2007-05-08 15:14:23 +00:00
|
|
|
|
2010-06-05 15:24:07 +00:00
|
|
|
XFCE_VERSION= 1.0.2
|
2008-07-08 09:33:30 +00:00
|
|
|
XFCE_PROJECT= Thunar
|
2009-04-28 19:46:28 +00:00
|
|
|
# :L is here for a reason
|
2010-07-14 11:48:13 +00:00
|
|
|
PKGNAME= ${DISTNAME:L}
|
2010-11-16 13:33:47 +00:00
|
|
|
REVISION= 4
|
2007-05-08 15:14:23 +00:00
|
|
|
|
2007-12-18 20:37:41 +00:00
|
|
|
SHARED_LIBS= thunarx-1 5.1 \
|
|
|
|
thunar-vfs-1 5.1
|
2007-05-08 15:14:23 +00:00
|
|
|
|
2008-07-08 09:33:30 +00:00
|
|
|
# GPLv2
|
2007-05-08 15:14:23 +00:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2008-07-08 09:33:30 +00:00
|
|
|
MODULES= x11/xfce4
|
|
|
|
DESKTOP_FILES= Yes
|
2007-05-08 15:14:23 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-gnome-thumbnailers \
|
|
|
|
--enable-startup-notification \
|
|
|
|
--enable-exif \
|
|
|
|
--enable-pcre
|
|
|
|
|
2010-06-05 15:24:07 +00:00
|
|
|
CONFIGURE_ENV= ac_cv_header_sys_ucred_h=yes \
|
|
|
|
ac_cv_header_sys_mount_h=yes
|
|
|
|
|
2009-04-28 19:46:28 +00:00
|
|
|
FAKE_FLAGS= defaultsdir=${PREFIX}/share/examples/Thunar
|
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS= x11/xfce4/exo \
|
|
|
|
devel/pcre \
|
|
|
|
x11/xfce4/xfce4-panel \
|
|
|
|
graphics/libexif \
|
|
|
|
x11/dbus-glib \
|
|
|
|
x11/dbus \
|
|
|
|
sysutils/gamin
|
|
|
|
|
|
|
|
RUN_DEPENDS= x11/xfce4/xfce4-icon-theme \
|
|
|
|
tango-icon-theme-*|gnome-icon-theme-*:x11/tango-icon-theme \
|
|
|
|
sysutils/gamin,-server
|
2009-12-04 08:09:57 +00:00
|
|
|
|
|
|
|
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
|
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo execinfo
|
|
|
|
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
2010-10-11 08:11:24 +00:00
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
2009-12-04 08:09:57 +00:00
|
|
|
WANTLIB += gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
|
|
|
WANTLIB += pixman-1 png pthread pthread-stubs startup-notification-1
|
2010-06-05 15:24:07 +00:00
|
|
|
WANTLIB += xcb xcb-atom xcb-aux xcb-event xfce4util z xcb-render xcb-render-util
|
2010-07-27 12:58:42 +00:00
|
|
|
WANTLIB += exo-0.3 pcre xfce4panel exif dbus-1 dbus-glib-1 gamin-1 xfcegui4
|
2007-05-08 15:14:23 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|