aboutsummaryrefslogtreecommitdiff
path: root/graphics/nomacs
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-10-16 18:37:03 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-10-16 18:37:03 +0000
commit939c782269753bb43196662e75511e69735232bf (patch)
tree9c627d133573d7064406c7f970a1735080ed2c94 /graphics/nomacs
parentc7d7812973320be9f9f7f3bca608525a43ffd384 (diff)
downloadports-939c782269753bb43196662e75511e69735232bf.tar.gz
ports-939c782269753bb43196662e75511e69735232bf.zip
- Update to 1.6.0
- Use new LIB_DEPENDS syntax - Options are already described in bsd.options.desc.mk - Convert to STAGEDIR PR: ports/183011 Submitted by: Jens K. Loewe (maintainer)
Notes
Notes: svn path=/head/; revision=330529
Diffstat (limited to 'graphics/nomacs')
-rw-r--r--graphics/nomacs/Makefile16
-rw-r--r--graphics/nomacs/distinfo4
-rw-r--r--graphics/nomacs/pkg-plist2
3 files changed, 10 insertions, 12 deletions
diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile
index 5fd431f3a625..f7de56e7a031 100644
--- a/graphics/nomacs/Makefile
+++ b/graphics/nomacs/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= nomacs
-PORTVERSION= 1.4.0
+PORTVERSION= 1.6.0
CATEGORIES= graphics
MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@@ -11,8 +11,8 @@ COMMENT= Small, fast and free image viewer
LICENSE= GPLv3
-LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \
- sysinfo:${PORTSDIR}/devel/libsysinfo
+LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2 \
+ libsysinfo.so:${PORTSDIR}/devel/libsysinfo
USE_BZIP2= yes
USES= cmake desktop-file-utils pkgconfig
@@ -22,25 +22,21 @@ LDFLAGS+= -lsysinfo -lkvm
WRKTOP= ${WRKDIR}
WRKSUBDIR= ${DISTNAME:S,-source,,}
WRKSRC= ${WRKTOP}/${WRKSUBDIR}
-MAN1= nomacs.1
OPTIONS_DEFINE= RAW TIFF
OPTIONS_DEFAULT= RAW TIFF
-RAW_DESC= RAW images support
-TIFF_DESC= Support multi-page TIFF images
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MRAW}
-LIB_DEPENDS+= raw:${PORTSDIR}/graphics/libraw \
- opencv_legacy:${PORTSDIR}/graphics/opencv
+LIB_DEPENDS+= libraw.so:${PORTSDIR}/graphics/libraw \
+ libopencv_legacy.so:${PORTSDIR}/graphics/opencv
.else
CMAKE_ARGS+= -DENABLE_RAW=0
.endif
.if ${PORT_OPTIONS:MTIFF}
-LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS+= libtiff.so:${PORTSDIR}/graphics/tiff
.else
CMAKE_ARGS+= -DENABLE_TIFF=0
.endif
diff --git a/graphics/nomacs/distinfo b/graphics/nomacs/distinfo
index 26cbcfd2c09d..74d77de67096 100644
--- a/graphics/nomacs/distinfo
+++ b/graphics/nomacs/distinfo
@@ -1,2 +1,2 @@
-SHA256 (nomacs-1.4.0-source.tar.bz2) = bf76935d3b0adfca5a9c15e2dd59498e71ddad80bced2c4d545e165119cb97cb
-SIZE (nomacs-1.4.0-source.tar.bz2) = 885880
+SHA256 (nomacs-1.6.0-source.tar.bz2) = 39e25542c8cef90578864e2a2e98a8c6723872cddf82f12f17f6caf9b426683d
+SIZE (nomacs-1.6.0-source.tar.bz2) = 1169739
diff --git a/graphics/nomacs/pkg-plist b/graphics/nomacs/pkg-plist
index 5fb66f3fe703..e43014269144 100644
--- a/graphics/nomacs/pkg-plist
+++ b/graphics/nomacs/pkg-plist
@@ -1,4 +1,5 @@
bin/nomacs
+man/man1/nomacs.1.gz
share/applications/nomacs.desktop
%%DATADIR%%/translations/nomacs_als.qm
%%DATADIR%%/translations/nomacs_az.qm
@@ -6,6 +7,7 @@ share/applications/nomacs.desktop
%%DATADIR%%/translations/nomacs_de.qm
%%DATADIR%%/translations/nomacs_en.qm
%%DATADIR%%/translations/nomacs_es.qm
+%%DATADIR%%/translations/nomacs_fr.qm
%%DATADIR%%/translations/nomacs_it.qm
%%DATADIR%%/translations/nomacs_pl.qm
%%DATADIR%%/translations/nomacs_pt.qm