2011-03-03 16:10:38 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2011/03/03 21:10:38 landry Exp $
|
2007-05-08 11:14:23 -04:00
|
|
|
|
2009-04-28 15:46:28 -04:00
|
|
|
COMMENT= Xfce4 file manager
|
2007-05-08 11:14:23 -04:00
|
|
|
|
2011-03-03 16:10:38 -05:00
|
|
|
XFCE_VERSION= 1.2.1
|
2008-07-08 05:33:30 -04:00
|
|
|
XFCE_PROJECT= Thunar
|
2009-04-28 15:46:28 -04:00
|
|
|
# :L is here for a reason
|
2010-07-14 07:48:13 -04:00
|
|
|
PKGNAME= ${DISTNAME:L}
|
2007-05-08 11:14:23 -04:00
|
|
|
|
2011-01-18 15:21:30 -05:00
|
|
|
SHARED_LIBS= thunarx-2 0.0
|
2007-05-08 11:14:23 -04:00
|
|
|
|
2008-07-08 05:33:30 -04:00
|
|
|
# GPLv2
|
2007-05-08 11:14:23 -04:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2008-07-08 05:33:30 -04:00
|
|
|
MODULES= x11/xfce4
|
|
|
|
DESKTOP_FILES= Yes
|
2007-05-08 11:14:23 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2010-06-05 11:24:07 -04:00
|
|
|
CONFIGURE_ENV= ac_cv_header_sys_ucred_h=yes \
|
|
|
|
ac_cv_header_sys_mount_h=yes
|
|
|
|
|
2011-01-18 15:21:30 -05:00
|
|
|
CONFIGURE_ARGS+= --disable-linker-opts
|
2009-04-28 15:46:28 -04:00
|
|
|
FAKE_FLAGS= defaultsdir=${PREFIX}/share/examples/Thunar
|
|
|
|
|
2011-01-18 15:21:30 -05:00
|
|
|
LIB_DEPENDS= x11/xfce4/exo>=0.6.0 \
|
|
|
|
x11/xfce4/libxfce4ui>=4.8.0 \
|
|
|
|
devel/libnotify \
|
2010-11-22 03:36:47 -05:00
|
|
|
devel/pcre \
|
2011-01-18 15:21:30 -05:00
|
|
|
x11/xfce4/xfce4-panel>=4.8.0 \
|
2010-11-22 03:36:47 -05:00
|
|
|
graphics/libexif \
|
|
|
|
x11/dbus-glib \
|
2011-01-18 15:21:30 -05:00
|
|
|
x11/dbus
|
2010-11-22 03:36:47 -05:00
|
|
|
|
|
|
|
RUN_DEPENDS= x11/xfce4/xfce4-icon-theme \
|
|
|
|
tango-icon-theme-*|gnome-icon-theme-*:x11/tango-icon-theme \
|
2011-01-18 15:21:30 -05:00
|
|
|
x11/gnome/gvfs
|
|
|
|
|
|
|
|
WANTLIB = exo-1 xfce4ui-1 xfce4panel-1.0 exif notify \
|
|
|
|
ICE SM X11 atk-1.0 c cairo dbus-1 dbus-glib-1 gdk-x11-2.0 \
|
|
|
|
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
|
2011-03-03 16:10:38 -05:00
|
|
|
gthread-2.0 gtk-x11-2.0 pango-1.0 pcre pthread xfce4util \
|
|
|
|
GL Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
|
|
Xi Xinerama Xrandr Xrender Xxf86vm drm execinfo expat \
|
|
|
|
fontconfig freetype m pangocairo-1.0 pangoft2-1.0 pixman-1 \
|
|
|
|
png pthread-stubs startup-notification-1 xcb xcb-atom \
|
|
|
|
xcb-aux xcb-event xcb-render xcb-shm z
|
2007-05-08 11:14:23 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|