2007-11-10 10:21:26 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2007/11/10 15:21:26 jasper Exp $
|
2004-07-24 20:31:56 -04:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
COMMENT= Eye of GNOME: an image viewing and cataloging program
|
2007-05-13 16:03:24 -04:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
GNOME_PROJECT= eog
|
2007-11-10 10:21:26 -05:00
|
|
|
GNOME_VERSION= 2.20.1
|
2007-07-05 18:50:10 -04:00
|
|
|
CATEGORIES= graphics
|
2004-07-24 20:31:56 -04:00
|
|
|
|
2007-05-13 16:03:24 -04:00
|
|
|
MAINTAINER= Thomas Delaet <thomas@delaet.org>
|
2004-07-24 20:31:56 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-10 10:21:26 -05:00
|
|
|
|
|
|
|
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
|
|
|
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
|
|
|
Xrender art_lgpl_2 atk-1.0 audiofile bonobo-2 bonobo-activation \
|
|
|
|
bonoboui-2 c cairo crypto dbus-1 dbus-glib-1 esd expat \
|
|
|
|
fontconfig freetype gailutil gconf-2 gdk-x11-2.0 gdk_pixbuf-2.0 \
|
|
|
|
glade-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 gnome-keyring \
|
|
|
|
gnomecanvas-2 gnomeui-2 gnomevfs-2 gobject-2.0 gthread-2.0 \
|
|
|
|
gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
|
|
pcre png popt pthread ssl startup-notification-1 util xml2 z
|
2007-05-13 16:03:24 -04:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
x11/gnome
|
2004-07-24 20:31:56 -04:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
BUILD_DEPENDS= :gnome-doc-utils->=0.3.2:x11/gnome/doc-utils \
|
2007-05-13 17:34:23 -04:00
|
|
|
:scrollkeeper-*:textproc/scrollkeeper \
|
|
|
|
:gnome-icon-theme->=2.18.0:x11/gnome/icon-theme
|
2007-05-13 16:03:24 -04:00
|
|
|
LIB_DEPENDS= gnome-desktop-2.>=5::x11/gnome/desktop \
|
|
|
|
exif::graphics/libexif \
|
|
|
|
lcms.>=1::graphics/lcms
|
|
|
|
RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \
|
2007-05-13 17:34:23 -04:00
|
|
|
:gnome-icon-theme->=2.18.0:x11/gnome/icon-theme
|
2004-07-24 20:31:56 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
2007-07-05 18:50:10 -04:00
|
|
|
DESKTOP_FILES= Yes
|
2007-11-10 10:21:26 -05:00
|
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-07-24 20:31:56 -04:00
|
|
|
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/eog \
|
2007-05-13 16:03:24 -04:00
|
|
|
--disable-schemas-install \
|
2007-11-10 10:21:26 -05:00
|
|
|
--disable-python \
|
|
|
|
--without-xmp \
|
|
|
|
--with-libexif \
|
|
|
|
--with-dbus
|
2004-07-24 20:31:56 -04:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|