summaryrefslogtreecommitdiffstats
path: root/graphics/eog3/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 /graphics/eog3/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 'graphics/eog3/Makefile')
-rw-r--r--graphics/eog3/Makefile24
1 files changed, 7 insertions, 17 deletions
diff --git a/graphics/eog3/Makefile b/graphics/eog3/Makefile
index 2ad7605d7..c8743e4c4 100644
--- a/graphics/eog3/Makefile
+++ b/graphics/eog3/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: eog2
-# Date created: 21 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
-# $MCom$
-#
+# $MCom: ports/trunk/graphics/eog3/Makefile 17268 2013-04-01 05:13:11Z marcus $
PORTNAME= eog
PORTVERSION= 3.4.3
@@ -17,23 +13,20 @@ COMMENT= The Eye Of Gnome image viewer
BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \
g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
- ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \
- update-mime-database:${PORTSDIR}/misc/shared-mime-info
-LIB_DEPENDS= peas-gtk-1.0.0:${PORTSDIR}/devel/libpeas \
+ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
+LIB_DEPENDS= peas-gtk-1.0:${PORTSDIR}/devel/libpeas \
lcms.1:${PORTSDIR}/graphics/lcms
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 \
- update-mime-database:${PORTSDIR}/misc/shared-mime-info
+ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
CONFLICTS= eog-2.[0-9]*
LATEST_LINK= eog3
USE_XZ= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils gtk30 \
- gnomedesktop3 gnomedocutils
+USE_GNOME= gnomeprefix intlhack librsvg2 gtk30 gnomedesktop3 gnomedocutils
INSTALLS_ICONS= yes
-USE_GETTEXT= yes
+USES= gettext pathfix desktop-file-utils pkgconfig shared-mime-info
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -76,7 +69,4 @@ PLIST_SUB+= EXIFEXEMPI=""
PLIST_SUB+= EXIFEXEMPI="@comment "
.endif
-post-install:
- @-update-desktop-database > /dev/null
-
.include <bsd.port.mk>