2010-09-10 09:55:06 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.67 2010/09/10 13:55:06 ajacoutot Exp $
|
2003-01-31 14:03:46 -05:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
COMMENT= GNOME shell and file manager
|
2003-01-31 14:03:46 -05:00
|
|
|
|
2009-05-04 11:11:47 -04:00
|
|
|
# PLIST regen is needed for at least the following ports when
|
|
|
|
# the nautilus extensions directory changes:
|
2010-09-10 09:55:06 -04:00
|
|
|
# (i.e. ${LOCALBASE}/lib/nautilus/extensions-2.0)
|
2009-10-13 11:39:02 -04:00
|
|
|
# graphics/evince
|
2009-05-04 11:11:47 -04:00
|
|
|
# x11/gnome/file-roller
|
2009-05-16 09:56:27 -04:00
|
|
|
# x11/gnome/nautilus-open-terminal
|
2009-05-04 11:11:47 -04:00
|
|
|
# x11/gnome/nautilus-sendto
|
2010-04-27 03:33:03 -04:00
|
|
|
# x11/gnome/seahorse-plugins
|
2010-09-10 09:55:06 -04:00
|
|
|
# x11/gnome/system-tools
|
2009-05-04 11:11:47 -04:00
|
|
|
# x11/gnome/totem
|
2010-04-09 05:01:11 -04:00
|
|
|
# x11/gnome/tracker
|
2008-11-27 05:27:22 -05:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
GNOME_PROJECT= nautilus
|
2010-04-26 11:11:58 -04:00
|
|
|
GNOME_VERSION= 2.30.1
|
2010-07-25 04:15:32 -04:00
|
|
|
REVISION= 2
|
2008-12-21 08:53:06 -05:00
|
|
|
|
2007-05-12 12:15:12 -04:00
|
|
|
SHARED_LIBS += nautilus-extension 2.0 # .2.0
|
2009-12-21 13:03:17 -05:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
CATEGORIES= x11
|
2003-01-31 14:03:46 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org/projects/nautilus/
|
|
|
|
|
2008-11-21 14:04:31 -05:00
|
|
|
# GPLv2 - LGPLv2 - GFPLv1.1
|
2003-01-31 14:03:46 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-10 10:48:01 -05:00
|
|
|
|
2009-10-13 06:11:30 -04:00
|
|
|
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 fontconfig freetype
|
2010-07-25 04:15:32 -04:00
|
|
|
WANTLIB += gailutil gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 exif
|
2009-10-13 06:11:30 -04:00
|
|
|
WANTLIB += glitz gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
|
|
|
|
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
|
|
WANTLIB += png pthread pthread-stubs startup-notification-1 xcb
|
2010-07-25 04:15:32 -04:00
|
|
|
WANTLIB += xcb-atom xcb-aux xcb-event xml2 z gnome-desktop-2 unique-1.0
|
2010-04-24 13:00:34 -04:00
|
|
|
WANTLIB += xcb-render xcb-render-util
|
2007-05-12 12:15:12 -04:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
MODULES= devel/gettext \
|
2009-06-07 06:26:08 -04:00
|
|
|
x11/gnome \
|
|
|
|
devel/gconf2
|
2003-01-31 14:03:46 -05:00
|
|
|
|
2007-07-05 18:50:10 -04:00
|
|
|
BUILD_DEPENDS= :shared-mime-info->=0.21:misc/shared-mime-info
|
|
|
|
RUN_DEPENDS= :shared-mime-info->=0.21:misc/shared-mime-info \
|
2008-11-21 14:04:31 -05:00
|
|
|
:gnome-icon-theme-*:x11/gnome/icon-theme \
|
2008-11-24 13:13:31 -05:00
|
|
|
:gvfs->=1.0.3:x11/gnome/gvfs
|
2010-07-25 04:15:32 -04:00
|
|
|
LIB_DEPENDS= ::graphics/libexif \
|
|
|
|
::x11/gnome/desktop \
|
|
|
|
::devel/libunique
|
2003-01-31 14:03:46 -05:00
|
|
|
|
|
|
|
USE_X11= Yes
|
2007-07-05 18:50:10 -04:00
|
|
|
DESKTOP_FILES= Yes
|
2009-06-07 06:26:08 -04:00
|
|
|
MODGCONF2_SCHEMAS_DIR= nautilus
|
2009-02-09 10:18:10 -05:00
|
|
|
|
2010-04-20 16:25:31 -04:00
|
|
|
AUTOCONF_VERSION= 2.63
|
|
|
|
CONFIGURE_STYLE= autoconf gnu
|
|
|
|
|
2007-05-12 12:15:12 -04:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
2009-10-13 06:11:30 -04:00
|
|
|
--disable-update-mimedb \
|
2009-10-21 12:07:49 -04:00
|
|
|
--disable-packagekit
|
2009-02-09 10:18:10 -05:00
|
|
|
# XXX build error when textproc/exempi is installed
|
|
|
|
CONFIGURE_ARGS+= --enable-xmp=no
|
|
|
|
|
2008-11-22 06:02:14 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
2003-01-31 14:03:46 -05:00
|
|
|
LDFLAGS="-L${WRKBUILD}/libnautilus/.libs \
|
|
|
|
-L${WRKBUILD}/libnautilus-adapter/.libs \
|
|
|
|
-L${WRKBUILD}/libnautilus-private/.libs \
|
|
|
|
-L${LOCALBASE}/lib"
|
|
|
|
|
2009-09-06 06:46:25 -04:00
|
|
|
REGRESS_IS_INTERACTIVE=x11
|
2007-05-12 12:15:12 -04:00
|
|
|
|
2003-01-31 14:03:46 -05:00
|
|
|
.include <bsd.port.mk>
|
2007-05-12 12:15:12 -04:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
|