3757a14c0c
This release is the result of a huge porting effort to GIO, and brings transparent network browsing (ftp/webdav/smb/sftp with ssh-agent/ssh master socket) through GVfs.
47 lines
1.1 KiB
Makefile
47 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.32 2011/01/18 20:21:30 landry Exp $
|
|
|
|
COMMENT= Xfce4 file manager
|
|
|
|
XFCE_VERSION= 1.2.0
|
|
XFCE_PROJECT= Thunar
|
|
# :L is here for a reason
|
|
PKGNAME= ${DISTNAME:L}
|
|
|
|
SHARED_LIBS= thunarx-2 0.0
|
|
|
|
# GPLv2
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MODULES= x11/xfce4
|
|
DESKTOP_FILES= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
CONFIGURE_ENV= ac_cv_header_sys_ucred_h=yes \
|
|
ac_cv_header_sys_mount_h=yes
|
|
|
|
CONFIGURE_ARGS+= --disable-linker-opts
|
|
FAKE_FLAGS= defaultsdir=${PREFIX}/share/examples/Thunar
|
|
|
|
LIB_DEPENDS= x11/xfce4/exo>=0.6.0 \
|
|
x11/xfce4/libxfce4ui>=4.8.0 \
|
|
devel/libnotify \
|
|
devel/pcre \
|
|
x11/xfce4/xfce4-panel>=4.8.0 \
|
|
graphics/libexif \
|
|
x11/dbus-glib \
|
|
x11/dbus
|
|
|
|
RUN_DEPENDS= x11/xfce4/xfce4-icon-theme \
|
|
tango-icon-theme-*|gnome-icon-theme-*:x11/tango-icon-theme \
|
|
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 \
|
|
gthread-2.0 gtk-x11-2.0 pango-1.0 pcre pthread xfce4util
|
|
|
|
.include <bsd.port.mk>
|