mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
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>
This commit is contained in:
parent
6bcb94a52c
commit
7914edce07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218614
@ -427,6 +427,7 @@
|
||||
SUBDIR += libwpcg
|
||||
SUBDIR += libx3dtk
|
||||
SUBDIR += linplasma
|
||||
SUBDIR += linux-XnViewMP
|
||||
SUBDIR += linux-ac3d
|
||||
SUBDIR += linux-adobesvg
|
||||
SUBDIR += linux-cairo
|
||||
|
43
graphics/linux-XnViewMP/Makefile
Normal file
43
graphics/linux-XnViewMP/Makefile
Normal file
@ -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>
|
3
graphics/linux-XnViewMP/distinfo
Normal file
3
graphics/linux-XnViewMP/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (XnViewMP-linux.tgz) = d51e1da591409de2cecd8286dd7f7f5e
|
||||
SHA256 (XnViewMP-linux.tgz) = abca27d347adba286504d7544e2cd76e9c32ce0f82042f514242373934414264
|
||||
SIZE (XnViewMP-linux.tgz) = 6271219
|
6
graphics/linux-XnViewMP/pkg-descr
Normal file
6
graphics/linux-XnViewMP/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user