diff options
author | miwi <miwi@FreeBSD.org> | 2012-03-25 00:44:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-03-25 00:44:28 +0800 |
commit | 20e74f12c276e8eea729d3bb0b3b0e6a4c99899a (patch) | |
tree | d77039a4c90b799412cfc30c0deccba823f030e9 /graphics/ida | |
parent | 0f17fb1251a77fb5f84c83e3b4d4398470377dfb (diff) | |
download | freebsd-ports-gnome-20e74f12c276e8eea729d3bb0b3b0e6a4c99899a.tar.gz freebsd-ports-gnome-20e74f12c276e8eea729d3bb0b3b0e6a4c99899a.tar.zst freebsd-ports-gnome-20e74f12c276e8eea729d3bb0b3b0e6a4c99899a.zip |
- Update to version 2.09
PR: 166037
Submitted by: Ports Fury
Feature safe: yes
Diffstat (limited to 'graphics/ida')
-rw-r--r-- | graphics/ida/Makefile | 18 | ||||
-rw-r--r-- | graphics/ida/distinfo | 4 |
2 files changed, 13 insertions, 9 deletions
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 <bsd.port.pre.mk> +.include <bsd.port.options.mk> .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 <bsd.port.post.mk> +.include <bsd.port.mk> 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 |