summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-23 00:53:37 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-23 00:53:37 +0800
commitfb525e6aea85fef685a760244685f3dc0c377b26 (patch)
treece254bba07879369c76ffaf934d0c87bc4f9eb83 /x11-fm/nautilus/Makefile
parent31e1343260ef48cb4bc33755e9b0030ab90716b6 (diff)
downloadmarcuscom-ports-fb525e6aea85fef685a760244685f3dc0c377b26.tar
marcuscom-ports-fb525e6aea85fef685a760244685f3dc0c377b26.tar.gz
marcuscom-ports-fb525e6aea85fef685a760244685f3dc0c377b26.tar.bz2
marcuscom-ports-fb525e6aea85fef685a760244685f3dc0c377b26.tar.lz
marcuscom-ports-fb525e6aea85fef685a760244685f3dc0c377b26.tar.xz
marcuscom-ports-fb525e6aea85fef685a760244685f3dc0c377b26.tar.zst
marcuscom-ports-fb525e6aea85fef685a760244685f3dc0c377b26.zip
Update to 2.29.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13287 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus/Makefile')
-rw-r--r--x11-fm/nautilus/Makefile58
1 files changed, 58 insertions, 0 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
new file mode 100644
index 000000000..e825898e4
--- /dev/null
+++ b/x11-fm/nautilus/Makefile
@@ -0,0 +1,58 @@
+# New ports collection makefile for: nautilus2
+# Date created: 28th August 2000
+# Whom: ade, archie
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= nautilus
+PORTVERSION= 2.29.1
+CATEGORIES= x11-fm gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT?= File manager for the GNOME desktop
+
+LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \
+ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
+ exempi.3:${PORTSDIR}/textproc/exempi
+
+INSTALLS_ICONS= yes
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
+ librsvg2 desktopfileutils ltverhack gvfs ltasneededhack
+GNOME_DESKTOP_VERSION=2
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:22
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \
+ LIBPNG="-L${LOCALBASE}/lib -lpng -lz"
+CONFIGURE_ARGS= --enable-static --disable-packagekit
+MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
+
+OPTIONS= TRACKER "Enable Tracker Search (sysutils/tracker)" Off
+
+GCONF_SCHEMAS= apps_nautilus_preferences.schemas
+
+MAN1= nautilus-connect-server.1 nautilus-file-management-properties.1 \
+ nautilus.1
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_TRACKER)
+#RUN_DEPENDS+= tracker-applet:${PORTSDIR}/sysutils/tracker-gnome
+LIB_DEPENDS+= trackerclient.0:${PORTSDIR}/sysutils/tracker-client \
+ tracker-gtk.0:${PORTSDIR}/sysutils/tracker-libtrackergtk
+.else
+CONFIGURE_ARGS+=--disable-tracker
+.endif
+
+post-install:
+ @${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0
+ @-update-desktop-database
+
+.include <bsd.port.post.mk>