3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
56 lines
1.6 KiB
Makefile
56 lines
1.6 KiB
Makefile
# New ports collection makefile for: nautilus2
|
|
# Date created: 28th August 2000
|
|
# Whom: ade, archie
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports-stable/x11-fm/nautilus/Makefile,v 1.2 2008/03/31 00:51:45 ahze Exp $
|
|
#
|
|
|
|
PORTNAME= nautilus
|
|
PORTVERSION= 2.22.2
|
|
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_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)
|
|
#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>
|