summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-24 13:30:51 +0800
commita6888a2a213b49d671bf658e58428d9a1d342f66 (patch)
tree73b4b8892d2a32df0f24d16b19046bc481baf971 /x11-fm/nautilus/Makefile
parenta740241125f843ca61310f787f0eea0d5b40784f (diff)
downloadmarcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.gz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.bz2
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.lz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.xz
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.tar.zst
marcuscom-ports-a6888a2a213b49d671bf658e58428d9a1d342f66.zip
Remove these ports now that they have been merged into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus/Makefile')
-rw-r--r--x11-fm/nautilus/Makefile55
1 files changed, 0 insertions, 55 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
deleted file mode 100644
index 5e46b11af..000000000
--- a/x11-fm/nautilus/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# New ports collection makefile for: nautilus2
-# Date created: 28th August 2000
-# Whom: ade, archie
-#
-# $FreeBSD$
-# $MCom: ports/x11-fm/nautilus/Makefile,v 1.153 2008/03/11 22:23:13 mezz Exp $
-#
-
-PORTNAME= nautilus
-PORTVERSION= 2.22.0
-PORTREVISION= 2
-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
-
-INSTALLS_ICONS= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_XLIB= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop eel2 \
- librsvg2 desktopfileutils ltverhack gvfs ltasneededhack
-GNOME_DESKTOP_VERSION=2
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \
- LIBPNG="-L${LOCALBASE}/lib -lpng -lz"
-CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \
- --with-freetype2-include-place=${LOCALBASE}/include/freetype2 \
- --enable-static
-MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
-
-OPTIONS= TRACKER "Enable Tracker Search (sysutils/tracker)" Off
-
-GCONF_SCHEMAS= apps_nautilus_preferences.schemas
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_TRACKER)
-LIB_DEPENDS+= trackerclient.0:${PORTSDIR}/sysutils/tracker
-.else
-CONFIGURE_ARGS+=--disable-tracker
-.endif
-
-post-install:
- @${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0
- @-update-desktop-database
-
-.include <bsd.port.post.mk>