33 lines
872 B
Makefile
33 lines
872 B
Makefile
# $OpenBSD: Makefile,v 1.24 2011/10/14 11:37:24 jasper Exp $
|
|
|
|
COMMENT= Xfce4 lightweight image-viewer
|
|
|
|
XFCE_VERSION= 0.0.93
|
|
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
|
|
RUN_DEPENDS= misc/shared-mime-info
|
|
|
|
LIB_DEPENDS= x11/dbus-glib \
|
|
graphics/libexif \
|
|
x11/xfce4/libxfce4ui \
|
|
x11/xfce4/xfconf
|
|
|
|
WANTLIB= X11 Xcomposite Xcursor Xdamage Xext Xfixes \
|
|
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 gmodule-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>
|