diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-12-18 23:30:42 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-12-18 23:30:42 +0800 |
commit | 3f71b0c4a77add3273bafb6f4a9441340cfd56b4 (patch) | |
tree | c2197999ed98cc4aceccf2cac3d5079964638dea /graphics/xnview/Makefile | |
parent | b84c7ad217aa988d911d9a85c0ccd72567291259 (diff) | |
download | freebsd-ports-gnome-3f71b0c4a77add3273bafb6f4a9441340cfd56b4.tar.gz freebsd-ports-gnome-3f71b0c4a77add3273bafb6f4a9441340cfd56b4.tar.zst freebsd-ports-gnome-3f71b0c4a77add3273bafb6f4a9441340cfd56b4.zip |
Update to 1.50 - this resolves problem the port have had with newest Motif.
PR: 45561
Submitted by: maintainer
Diffstat (limited to 'graphics/xnview/Makefile')
-rw-r--r-- | graphics/xnview/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/xnview/Makefile b/graphics/xnview/Makefile index e9ec7b636589..48b430b09cba 100644 --- a/graphics/xnview/Makefile +++ b/graphics/xnview/Makefile @@ -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} && \ |