summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus3/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:23:07 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-04-27 05:23:07 +0800
commit65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (patch)
tree0648e0ce504a559632af430d3494fe2008d104aa /x11-fm/nautilus3/Makefile
parent613b43090f18ebf78cb6ffd8eac82a763a0ce226 (diff)
downloadmarcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.gz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.bz2
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.lz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.xz
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.zst
marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.zip
Massive port framework maintaince/update (long over due too)
Deal with recent USES changes, pet portlint here and there. Sync with ports, more to come. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus3/Makefile')
-rw-r--r--x11-fm/nautilus3/Makefile22
1 files changed, 7 insertions, 15 deletions
diff --git a/x11-fm/nautilus3/Makefile b/x11-fm/nautilus3/Makefile
index a7b126a1e..ac0cad410 100644
--- a/x11-fm/nautilus3/Makefile
+++ b/x11-fm/nautilus3/Makefile
@@ -1,10 +1,5 @@
-# New ports collection makefile for: nautilus2
-# Date created: 28th August 2000
-# Whom: ade, archie
-#
# $FreeBSD$
-# $MCom$
-#
+# $MCom: ports/trunk/x11-fm/nautilus3/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= nautilus
PORTVERSION= 3.4.2
@@ -18,9 +13,9 @@ COMMENT= File manager for the GNOME desktop
BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \
g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \
- notify.4:${PORTSDIR}/devel/libnotify \
- exempi.3:${PORTSDIR}/textproc/exempi
+LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \
+ notify:${PORTSDIR}/devel/libnotify \
+ exempi:${PORTSDIR}/textproc/exempi
RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
@@ -30,9 +25,9 @@ LATEST_LINK= nautilus3
INSTALLS_ICONS= yes
USE_XZ= yes
USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop3 libxml2 \
- desktopfileutils ltverhack gvfs ltasneededhack
+USES= gettext pathfix desktop-file-utils shared-mime-info
+USE_GNOME= gnomeprefix intlhack gnomedesktop3 libxml2 \
+ ltverhack gvfs ltasneededhack
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
@@ -44,7 +39,4 @@ GLIB_SCHEMAS= org.gnome.nautilus.gschema.xml
MAN1= nautilus-connect-server.1 nautilus.1
-post-install:
- @-update-desktop-database
-
.include <bsd.port.mk>