2004-10-17 00:41:19 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2004/10/17 04:41:20 marcm Exp $
|
2003-01-31 14:03:46 -05:00
|
|
|
|
|
|
|
COMMENT= "GNOME shell and file manager"
|
|
|
|
|
2004-06-22 23:26:11 -04:00
|
|
|
DISTNAME= nautilus-2.6.3
|
2003-01-31 14:03:46 -05:00
|
|
|
CATEGORIES= x11 x11/gnome
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.gnome.org/projects/nautilus/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
|
2004-06-22 23:26:11 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus/2.6/}
|
2003-01-31 14:03:46 -05:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2004-08-10 06:56:42 -04:00
|
|
|
MODULES= devel/gettext
|
2003-01-31 14:03:46 -05:00
|
|
|
|
2004-10-10 12:44:12 -04:00
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig \
|
|
|
|
:p5-XML-Parser-*:textproc/p5-XML-Parser
|
2003-11-30 23:13:05 -05:00
|
|
|
LIB_DEPENDS= eel-2.6.1::x11/gnome/eel \
|
2003-01-31 14:03:46 -05:00
|
|
|
gnome-desktop-2.0::x11/gnome/desktop \
|
|
|
|
rsvg-2.2::x11/gnome/librsvg
|
2003-10-07 01:48:53 -04:00
|
|
|
RUN_DEPENDS= :gnome-icon-theme-*:x11/gnome/icon-theme
|
2003-01-31 14:03:46 -05:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
2003-06-12 16:19:38 -04:00
|
|
|
CONFIGURE_STYLE= gnu old
|
2003-01-31 14:03:46 -05:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
2004-10-17 00:41:19 -04:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
|
2003-01-31 14:03:46 -05:00
|
|
|
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/nautilus
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DWEB_NAVIGATION_ENABLED" \
|
|
|
|
LDFLAGS="-L${WRKBUILD}/libnautilus/.libs \
|
|
|
|
-L${WRKBUILD}/libnautilus-adapter/.libs \
|
|
|
|
-L${WRKBUILD}/libnautilus-private/.libs \
|
|
|
|
-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nautilus; \
|
2004-10-17 00:41:19 -04:00
|
|
|
cp -Rp ${WRKINST}/${SYSCONFDIR}/gnome/* ${PREFIX}/share/examples/nautilus/
|
2003-01-31 14:03:46 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|