mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
7040e0a359
nomacs is small, fast and able to handle the most common image formats. Additionally it is possible to synchronize multiple viewers. A synchronization of viewers running on the same computer or via LAN is possible. It allows to compare images and spot the differences (e.g. schemes of architects to show the progress). WWW: http://www.nomacs.org/ PR: based on ports/170666 Submitted by: Jens K. Loewe <bsd at tuxproject.de>
27 lines
572 B
Makefile
27 lines
572 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nomacs
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
|
|
|
|
MAINTAINER= bsd@tuxproject.de
|
|
COMMENT= Small, fast and free image viewer
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \
|
|
sysinfo:${PORTSDIR}/devel/libsysinfo
|
|
|
|
USE_ZIP= yes
|
|
USE_CMAKE= yes
|
|
USE_QT4= gui network linguist_build moc_build \
|
|
qmake_build rcc_build uic_build
|
|
LDFLAGS+= -lsysinfo -lkvm
|
|
# no RAW support for now.
|
|
CMAKE_ARGS+= -DENABLE_RAW=0
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.mk>
|