From 65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 26 Apr 2013 21:23:07 +0000 Subject: 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 --- graphics/eog/Makefile | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) (limited to 'graphics/eog/Makefile') diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 54b79c130..65ba0c4ba 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: eog2 -# Date created: 21 May 2002 -# Whom: Joe Marcus Clarke -# +# Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/graphics/eog/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= eog PORTVERSION= 2.32.1 @@ -16,20 +12,17 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The Eye Of Gnome image viewer -BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ - update-mime-database:${PORTSDIR}/misc/shared-mime-info -RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme \ - update-mime-database:${PORTSDIR}/misc/shared-mime-info +BUILD_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme +RUN_DEPENDS= ${LOCALBASE}/share/icons/gnome/index.theme:${PORTSDIR}/misc/gnome-icon-theme CONFLICTS= eog-3.[0-9]* USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \ - gconf2 gnomedesktop +USE_GNOME= gnomeprefix intlhack librsvg2 gconf2 gnomedesktop WANT_GNOME= yes INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext pathfix desktop-file-utils shared-mime-info pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -37,14 +30,12 @@ LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= eog.schemas -.include - _WITH_EXIF= no _WITH_EXEMPI= no .if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ defined(WITH_EXIF)) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif +LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif PLIST_SUB+= EXIF="" _WITH_EXIF= yes .else @@ -53,7 +44,7 @@ PLIST_SUB+= EXIF="@comment " .if !defined(WITHOUT_EXEMPI) || (exists(${LOCALBASE}/lib/libexempi.so)) || \ defined(WITH_EXEMPI) -LIB_DEPENDS+= exempi.3:${PORTSDIR}/textproc/exempi +LIB_DEPENDS+= exempi:${PORTSDIR}/textproc/exempi _WITH_EXEMPI= yes .endif @@ -70,7 +61,4 @@ CONFIGURE_ARGS+=--enable-python CONFIGURE_ARGS+=--disable-python .endif -post-install: - @-update-desktop-database > /dev/null - -.include +.include -- cgit v1.2.3