mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3febe31ec5
- Fix nearby minor style issues while here (not all) Approved by: portmgr (bapt), some ports are still NO_STAGE :(
41 lines
1.0 KiB
Makefile
41 lines
1.0 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nomacs
|
|
PORTVERSION= 1.6.4
|
|
PORTREVISION= 1
|
|
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= libexiv2.so:${PORTSDIR}/graphics/exiv2 \
|
|
libsysinfo.so:${PORTSDIR}/devel/libsysinfo
|
|
|
|
USES= cmake desktop-file-utils dos2unix pkgconfig tar:bzip2
|
|
USE_QT4= gui network linguist_build moc_build \
|
|
qmake_build rcc_build uic_build
|
|
DOS2UNIX_REGEX= .*\.(cpp|h|txt)
|
|
|
|
WRKTOP= ${WRKDIR}
|
|
WRKSUBDIR= ${DISTNAME:S,-source,,}
|
|
WRKSRC= ${WRKTOP}/${WRKSUBDIR}
|
|
|
|
OPTIONS_DEFINE= RAW TIFF
|
|
OPTIONS_DEFAULT= RAW TIFF
|
|
|
|
RAW_LIB_DEPENDS= libraw.so:${PORTSDIR}/graphics/libraw \
|
|
libopencv_core.so:${PORTSDIR}/graphics/opencv-core
|
|
RAW_CMAKE_OFF= -DENABLE_RAW=0
|
|
|
|
TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
|
|
TIFF_CMAKE_OFF= -DENABLE_TIFF=0
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|