35 lines
918 B
Makefile
35 lines
918 B
Makefile
# $OpenBSD: Makefile,v 1.20 2011/01/18 20:50:16 landry Exp $
|
|
|
|
COMMENT= Xfce4 lightweight image-viewer
|
|
|
|
XFCE_VERSION= 0.0.22
|
|
XFCE_GOODIE= ristretto
|
|
REVISION= 4
|
|
|
|
EXTRACT_SUFX= .tar.gz
|
|
|
|
# GPLv2
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MODULES= x11/xfce4
|
|
DESKTOP_FILES= Yes
|
|
RUN_DEPENDS= misc/shared-mime-info
|
|
|
|
LIB_DEPENDS= x11/dbus-glib \
|
|
graphics/libexif \
|
|
x11/xfce4/libxfcegui4 \
|
|
x11/xfce4/thunar-vfs
|
|
|
|
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 dbus-glib-1 \
|
|
exif exo-1 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 xfcegui4 z \
|
|
pthread-stubs xcb thunar-vfs-1 xcb-render GL Xxf86vm drm xcb-shm
|
|
|
|
.include <bsd.port.mk>
|