33c3571556
Sync versions with the Gnome 2.4.1 release. Mostly bugfixes, too numerous to list :). This also addresses systrace issues and some config file issues from sturm@, and wireless applet support from djm@.
48 lines
1.4 KiB
Makefile
48 lines
1.4 KiB
Makefile
# $OpenBSD: Makefile,v 1.5 2003/12/01 04:13:06 marcm Exp $
|
|
|
|
COMMENT= "GNOME shell and file manager"
|
|
|
|
DISTNAME= nautilus-2.4.1
|
|
CATEGORIES= x11 x11/gnome
|
|
|
|
HOMEPAGE= http://www.gnome.org/projects/nautilus/
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus/2.4/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= gettext
|
|
|
|
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
|
|
LIB_DEPENDS= eel-2.6.1::x11/gnome/eel \
|
|
gnome-desktop-2.0::x11/gnome/desktop \
|
|
rsvg-2.2::x11/gnome/librsvg
|
|
RUN_DEPENDS= :gnome-icon-theme-*:x11/gnome/icon-theme
|
|
|
|
CONFDIR= ${SYSCONFDIR}/gnome
|
|
SEPARATE_BUILD= concurrent
|
|
USE_X11= Yes
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu old
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --sysconfdir="${CONFDIR}"
|
|
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"
|
|
SUBST_VARS= CONFDIR
|
|
|
|
post-install:
|
|
@${INSTALL_DATA_DIR} ${PREFIX}/share/examples/nautilus; \
|
|
cp -Rp ${WRKINST}/${CONFDIR}/* ${PREFIX}/share/examples/nautilus/
|
|
|
|
.include <bsd.port.mk>
|