From 20e74f12c276e8eea729d3bb0b3b0e6a4c99899a Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 24 Mar 2012 16:44:28 +0000 Subject: - Update to version 2.09 PR: 166037 Submitted by: Ports Fury Feature safe: yes --- graphics/ida/Makefile | 18 +++++++++++------- graphics/ida/distinfo | 4 ++-- 2 files changed, 13 insertions(+), 9 deletions(-) (limited to 'graphics') diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 1412111de578..9f7629238fcb 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ida -PORTVERSION= 2.08 +PORTVERSION= 2.09 CATEGORIES= graphics MASTER_SITES= http://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} @@ -14,6 +14,9 @@ DISTNAME= fbida-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Small and fast motif-based image viewer and editor +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ exif.12:${PORTSDIR}/graphics/libexif @@ -24,19 +27,21 @@ OPTIONS= GIF "Enable GIF support" on \ TIFF "Enable TIFF support" on \ WEBP "Enable WebP suport" off -USE_ICONV= yes USE_MOTIF= yes USE_PERL5_BUILD=yes +USE_ICONV= yes USE_GMAKE= yes -LDFLAGS+= -liconv -MAKEFILE= ${WRKSRC}/GNUmakefile +MAKEFILE= GNUmakefile MAKE_ARGS= JPEG_VER=80 verbose=yes +MAKE_JOBS_SAFE= yes + +LDFLAGS+= -liconv MAN1= exiftran.1 ida.1 PORTDOCS= README TODO INSTALL PLIST_FILES= bin/exiftran bin/ida lib/X11/app-defaults/Ida -.include +.include .if defined(WITHOUT_GIF) MAKE_ARGS+= HAVE_LIBUNGIF=no @@ -75,7 +80,6 @@ MAKE_ARGS+= HAVE_LIBWEBP=no .endif post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/exiftran ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for a in ${PORTDOCS} @@ -83,4 +87,4 @@ post-install: .endfor .endif -.include +.include diff --git a/graphics/ida/distinfo b/graphics/ida/distinfo index fdf32b3c2635..fa0f5b8d919a 100644 --- a/graphics/ida/distinfo +++ b/graphics/ida/distinfo @@ -1,2 +1,2 @@ -SHA256 (fbida-2.08.tar.gz) = 298e7f3545e33596a5876f6b9c3da7ef475c2692e5fab0df824fbcd7a489cd80 -SIZE (fbida-2.08.tar.gz) = 241283 +SHA256 (fbida-2.09.tar.gz) = dd40b3572f79c6524480ac652c9b32e3867cb53e6c53db51415ddbb20f5231e6 +SIZE (fbida-2.09.tar.gz) = 248086 -- cgit