b8b9514032
spotted by Thilo Pfennig
66 lines
2.2 KiB
Makefile
66 lines
2.2 KiB
Makefile
# $OpenBSD: Makefile,v 1.29 2008/06/28 14:50:20 ajacoutot Exp $
|
|
|
|
COMMENT= GNOME shell and file manager
|
|
|
|
GNOME_PROJECT= nautilus
|
|
GNOME_VERSION= 2.20.0
|
|
SHARED_LIBS += nautilus-extension 2.0 # .2.0
|
|
CATEGORIES= x11
|
|
PKGNAME= ${DISTNAME}p1
|
|
|
|
HOMEPAGE= http://www.gnome.org/projects/nautilus/
|
|
|
|
# GPLv2 - LGPLv2 - FPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
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 bz2 c cairo croco-0.6 crypto dbus-1 dbus-glib-1 \
|
|
esd expat fam 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 gnome-menu gnomecanvas-2 \
|
|
gnomeui-2 gnomevfs-2 gobject-2.0 gsf-1 gthread-2.0 \
|
|
gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
|
pcre png popt pthread rpcsvc ssl startup-notification-1 \
|
|
stdc++ util xml2 z
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
BUILD_DEPENDS= :shared-mime-info->=0.21:misc/shared-mime-info
|
|
RUN_DEPENDS= :shared-mime-info->=0.21:misc/shared-mime-info \
|
|
:gnome-icon-theme-*:x11/gnome/icon-theme
|
|
LIB_DEPENDS= exif::graphics/libexif \
|
|
gnome-desktop-2::x11/gnome/desktop \
|
|
eel-2.>=20.0::x11/gnome/eel \
|
|
rsvg-2.>=18.0::x11/gnome/librsvg
|
|
|
|
USE_X11= Yes
|
|
DESKTOP_FILES= Yes
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/nautilus \
|
|
--disable-tracker \
|
|
--disable-beagle \
|
|
--disable-schemas-install \
|
|
--disable-update-mimedb \
|
|
--enable-empty-view
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${WRKBUILD}/libnautilus/.libs \
|
|
-L${WRKBUILD}/libnautilus-adapter/.libs \
|
|
-L${WRKBUILD}/libnautilus-private/.libs \
|
|
-L${LOCALBASE}/lib"
|
|
|
|
# The regression tests require a running instance of X.
|
|
# You will also need to set the XAUTHORITY environment variable to point
|
|
# to the appropriate .Xauthority file.
|
|
REGRESS_IS_INTERACTIVE=Yes
|
|
REGRESS_FLAGS= DISPLAY=${DISPLAY} XAUTHORITY=${XAUTHORITY}
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
|