mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to version 2.09
PR: 166037 Submitted by: Ports Fury Feature safe: yes
This commit is contained in:
parent
88bef0c596
commit
196758f918
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293761
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user