49 lines
1.3 KiB
Makefile
49 lines
1.3 KiB
Makefile
# $OpenBSD: Makefile,v 1.6 2007/09/15 20:04:26 merdely Exp $
|
|
|
|
COMMENT= lightweight file manager for xfce4
|
|
|
|
V= 0.8.0
|
|
DISTNAME= Thunar-${V}
|
|
PKGNAME= thunar-${V}p2
|
|
|
|
SHARED_LIBS += thunarx-1 4.2 # .4.2
|
|
SHARED_LIBS += thunar-vfs-1 4.2 # .4.2
|
|
|
|
HOMEPAGE= http://thunar.xfce.org/
|
|
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
|
|
|
# GPL
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MASTER_SITES= http://thunar.xfce.org/download/sources/Thunar/${V}/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
USE_GMAKE= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
CONFIGURE_ARGS= --disable-gnome-thumbnailers \
|
|
--enable-startup-notification \
|
|
--enable-exif \
|
|
--enable-pcre
|
|
|
|
LIB_DEPENDS= exo-0.3.>=4::x11/xfce4/exo \
|
|
pcre.>=1.0::devel/pcre \
|
|
xfce4panel.>=2.2::x11/xfce4/xfce4-panel \
|
|
exif.>=12.1::graphics/libexif \
|
|
dbus-glib-1::x11/dbus-glib \
|
|
dbus-1.>=6::x11/dbus
|
|
|
|
RUN_DEPENDS= ::x11/xfce4/xfce4-icon-theme
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xrender atk-1.0 c cairo expat \
|
|
Xcursor Xext Xfixes Xi Xinerama Xrandr fontconfig \
|
|
freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 \
|
|
gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 \
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pthread \
|
|
startup-notification-1 xfce4util z glitz jpeg png
|
|
|
|
.include <bsd.port.mk>
|