8f4dc25866
unconditionally. Instead, don't check for the existence of index.theme. This will allow us to catch errors that may be happening because of a missing dependency in the chain. Some hidden issues may appear, in which case please contact me. discussed with and ok blind jasper@
34 lines
903 B
Makefile
34 lines
903 B
Makefile
# $OpenBSD: Makefile,v 1.30 2012/06/15 08:30:24 ajacoutot Exp $
|
|
|
|
COMMENT= Xfce4 lightweight image-viewer
|
|
|
|
XFCE_VERSION= 0.6.0
|
|
XFCE_GOODIE= ristretto
|
|
REVISION= 0
|
|
|
|
# GPLv2
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MODULES= x11/xfce4
|
|
MODXFCE_DESKTOP_FILE= Yes
|
|
MODXFCE_ICON_CACHE= Yes
|
|
RUN_DEPENDS= misc/shared-mime-info
|
|
|
|
LIB_DEPENDS= x11/dbus-glib \
|
|
graphics/libexif \
|
|
x11/xfce4/libxfce4ui>=4.10.0 \
|
|
x11/xfce4/xfconf>=4.10.0
|
|
|
|
WANTLIB= X11 Xcomposite Xcursor Xdamage Xext Xfixes SM ICE \
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 dbus-glib-1 \
|
|
exif expat fontconfig freetype gdk-x11-2.0 \
|
|
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 \
|
|
gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
|
|
pangoft2-1.0 pixman-1 png pthread xfce4util xfce4ui-1 z \
|
|
pthread-stubs xcb xfconf-0 xcb-render GL xcb-shm
|
|
|
|
.include <bsd.port.mk>
|