Update to 1.50 - this resolves problem the port have had with newest Motif.
PR: 45561 Submitted by: maintainer
This commit is contained in:
parent
e1fd5a086c
commit
a4714c9f64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71706
4 changed files with 10 additions and 9 deletions
|
@ -1,16 +1,16 @@
|
|||
# New ports collection makefile for: xnview
|
||||
# Date created: 9 Jul 2002
|
||||
# Whom:
|
||||
# Whom: Serge Negodyuck <petr@petrovich.kiev.ua>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xnview
|
||||
PORTVERSION= 1.25
|
||||
PORTVERSION= 1.50
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://perso.wanadoo.fr/pierre.g/download/viewer/ \
|
||||
ftp://www.zoo-logique.org/xnview/download/
|
||||
DISTNAME= XnView-x86-unknown-FreeBSD3.x
|
||||
DISTNAME= XnView-x86-unknown-FreeBSD4.x-static
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= petr@petrovich.kiev.ua
|
||||
|
@ -18,15 +18,15 @@ MAINTAINER= petr@petrovich.kiev.ua
|
|||
ONLY_FOR_ARCHS= i386
|
||||
NO_BUILD= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_MOTIF= yes
|
||||
WRKSRC= ${WRKDIR}/XnView-1.25-x86-unknown-FreeBSD3.x
|
||||
WRKSRC= ${WRKDIR}/XnView-1.50-x86-unknown-FreeBSD4.x-static
|
||||
INSTALL_SLIB= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/xnview ${PREFIX}/bin/xnview
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/nview ${PREFIX}/bin/nv
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/nconvert ${PREFIX}/bin/nconvert
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/lib/libformat.so.3.16 ${PREFIX}/lib/libformat.so
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/nconvert ${PREFIX}/bin/nconvert
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/lib/libformat.so.3.87 ${PREFIX}/lib/libformat.so.3
|
||||
${LN} -sf ${PREFIX}/lib/libformat.so.3 ${PREFIX}/lib/libformat.so
|
||||
${INSTALL_DATA} ${WRKSRC}/app-defaults/XnView.ad ${PREFIX}/lib/X11/app-defaults/XnView
|
||||
${MKDIR} ${PREFIX}/share/doc/xnview
|
||||
cd ${WRKSRC} && \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (XnView-x86-unknown-FreeBSD3.x.tgz) = 75e4d9e2ea8e8aa183d15dc451350de5
|
||||
MD5 (XnView-x86-unknown-FreeBSD4.x-static.tgz) = 3c2af69332b53d752efd24cf29740ecb
|
||||
|
|
|
@ -1 +1 @@
|
|||
XnView an easy graphics viewer / converter
|
||||
An easy graphics viewer / converter
|
||||
|
|
|
@ -3,6 +3,7 @@ bin/nv
|
|||
bin/xnview
|
||||
lib/X11/app-defaults/XnView
|
||||
lib/libformat.so
|
||||
lib/libformat.so.3
|
||||
share/doc/xnview/Formats.txt
|
||||
share/doc/xnview/ReadMe.txt
|
||||
share/doc/xnview/Usage.txt
|
||||
|
|
Loading…
Reference in a new issue