diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-15 14:59:00 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-08-15 14:59:00 +0800 |
commit | 7914edce07d75fe5cd9eb6c73c1d53c62dd26982 (patch) | |
tree | 55bb3df7020313076aab796034ea9b6fe7fadb81 /graphics/linux-XnViewMP | |
parent | 6bcb94a52c3df27eb0f21d7411c617737e074070 (diff) | |
download | freebsd-ports-gnome-7914edce07d75fe5cd9eb6c73c1d53c62dd26982.tar.gz freebsd-ports-gnome-7914edce07d75fe5cd9eb6c73c1d53c62dd26982.tar.zst freebsd-ports-gnome-7914edce07d75fe5cd9eb6c73c1d53c62dd26982.zip |
New port: graphics/linux-XnViewMP
XnView MP is a utility for viewing and converting graphic files.
It stands for XnView Multi Platform and it will replace current
"XnView for *nix" & "XnView for MacOSX"
WWW: http://www.xnview.com/
PR: ports/125899
Submitted by: Serge Negodyuck <petr@petrovich.kiev.ua>
Diffstat (limited to 'graphics/linux-XnViewMP')
-rw-r--r-- | graphics/linux-XnViewMP/Makefile | 43 | ||||
-rw-r--r-- | graphics/linux-XnViewMP/distinfo | 3 | ||||
-rw-r--r-- | graphics/linux-XnViewMP/pkg-descr | 6 |
3 files changed, 52 insertions, 0 deletions
diff --git a/graphics/linux-XnViewMP/Makefile b/graphics/linux-XnViewMP/Makefile new file mode 100644 index 000000000000..e5c997b72eb8 --- /dev/null +++ b/graphics/linux-XnViewMP/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: xnview-mp +# Date created: 23 Jul 2008 +# Whom: Serge Negodyuck <petr@petrovich.kiev.ua> +# +# $FreeBSD$ +# + +PORTNAME= XnViewMP +PORTVERSION= 0.015 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp2.xnview.com/xnview/misc/ +PKGNAMEPREFIX= linux- +DISTNAME= XnViewMP-linux +EXTRACT_SUFX= .tgz + +MAINTAINER= petr@petrovich.kiev.ua +COMMENT= XnView Multi Platform, graphics viewer and converer + +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libglib-2.0.so.0:${PORTSDIR}/devel/linux-glib2 + +NO_CDROM= For commercial use and distribution, it is necessary to register +ONLY_FOR_ARCHS= i386 +NO_BUILD= yes +WRKSRC= ${WRKDIR}/XnViewMP + +USE_LINUX= yes +USE_XLIB= yes + +PLIST_FILES= bin/xnview-mp lib/xnview-mp/libQtCore.so.4 \ + lib/xnview-mp/libQtGui.so.4 lib/xnview-mp/xnview +PLIST_DIRS= lib/xnview-mp + +post-patch: + @${REINPLACE_CMD} -e "s|\.|${PREFIX}/lib/xnview-mp|" ${WRKSRC}/xnview.sh + +do-install: + ${MKDIR} ${PREFIX}/lib/xnview-mp + ${INSTALL_SCRIPT} ${WRKSRC}/xnview.sh ${PREFIX}/bin/xnview-mp + ${INSTALL_PROGRAM} ${WRKSRC}/libQtCore.so.4 ${PREFIX}/lib/xnview-mp/ + ${INSTALL_PROGRAM} ${WRKSRC}/libQtGui.so.4 ${PREFIX}/lib/xnview-mp/ + ${INSTALL_PROGRAM} ${WRKSRC}/xnview ${PREFIX}/lib/xnview-mp/ + +.include <bsd.port.mk> diff --git a/graphics/linux-XnViewMP/distinfo b/graphics/linux-XnViewMP/distinfo new file mode 100644 index 000000000000..af0054f95280 --- /dev/null +++ b/graphics/linux-XnViewMP/distinfo @@ -0,0 +1,3 @@ +MD5 (XnViewMP-linux.tgz) = d51e1da591409de2cecd8286dd7f7f5e +SHA256 (XnViewMP-linux.tgz) = abca27d347adba286504d7544e2cd76e9c32ce0f82042f514242373934414264 +SIZE (XnViewMP-linux.tgz) = 6271219 diff --git a/graphics/linux-XnViewMP/pkg-descr b/graphics/linux-XnViewMP/pkg-descr new file mode 100644 index 000000000000..651a80a2c252 --- /dev/null +++ b/graphics/linux-XnViewMP/pkg-descr @@ -0,0 +1,6 @@ +XnView MP is a utility for viewing and converting graphic files. + +It stands for XnView Multi Platform and it will replace current +"XnView for *nix" & "XnView for MacOSX" + +WWW: http://www.xnview.com/ |