0070e11661
@unexec for theme ports. prodded by espie@ after me whining at the ports system ;) discussed with espie@ sthen@ landry@
51 lines
1.4 KiB
Makefile
51 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.49 2009/12/21 18:03:18 ajacoutot Exp $
|
|
|
|
COMMENT= Eye of GNOME, image viewing and cataloging program
|
|
|
|
GNOME_PROJECT= eog
|
|
GNOME_VERSION= 2.28.2
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
CATEGORIES= graphics
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += ICE ORBit-2 SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo
|
|
WANTLIB += dbus-1 dbus-glib-1 execinfo expat ffi fontconfig freetype
|
|
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0
|
|
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 jpeg m pango-1.0
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
|
|
WANTLIB += pthread-stubs startup-notification-1 util xcb xcb-atom
|
|
WANTLIB += xcb-aux xcb-event xml2 z
|
|
|
|
MODULES= devel/gconf2 \
|
|
devel/gettext \
|
|
lang/python \
|
|
x11/gnome
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
LIB_DEPENDS= ${MODPY_LIB_DEPENDS} \
|
|
gnome-desktop-2.>=5::x11/gnome/desktop \
|
|
exif::graphics/libexif \
|
|
lcms.>=1::graphics/lcms
|
|
RUN_DEPENDS= :shared-mime-info->=0.21:misc/shared-mime-info \
|
|
:gnome-icon-theme->=2.18.0:x11/gnome/icon-theme
|
|
|
|
MODGNOME_HELP_FILES= Yes
|
|
USE_X11= Yes
|
|
DESKTOP_FILES= Yes
|
|
MODGCONF2_SCHEMAS_DIR= eog
|
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS+= --enable-python \
|
|
--without-xmp \
|
|
--with-libexif
|
|
|
|
.include <bsd.port.mk>
|