summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/nautilus3/Makefile')
-rw-r--r--x11-fm/nautilus3/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/x11-fm/nautilus3/Makefile b/x11-fm/nautilus3/Makefile
deleted file mode 100644
index dd61be060..000000000
--- a/x11-fm/nautilus3/Makefile
+++ /dev/null
@@ -1,50 +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.199 2010/06/08 09:12:49 kwm Exp $
-#
-
-PORTNAME= nautilus
-PORTVERSION= 2.31.5
-CATEGORIES= x11-fm gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome3
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT?= File manager for the GNOME desktop
-
-BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
-LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \
- gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \
- exempi.3:${PORTSDIR}/textproc/exempi
-RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme
-
-INSTALLS_ICONS= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop3 \
- desktopfileutils ltverhack gvfs ltasneededhack
-GNOME_DESKTOP_VERSION=3
-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"
-
-GCONF_SCHEMAS= apps_nautilus_preferences.schemas
-
-MAN1= nautilus-connect-server.1 nautilus-file-management-properties.1 \
- nautilus.1
-
-.include <bsd.port.pre.mk>
-
-post-install:
- @${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0
- @-update-desktop-database
-
-.include <bsd.port.post.mk>