1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/graphics/hugin/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

58 lines
1.7 KiB
Makefile

# Created by: Carlos Eduardo G. Carvalho <cartola@openit.com.br>
PORTNAME= hugin
PORTVERSION= 2020.0.0
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}
MAINTAINER= fuz@fuz.su
COMMENT= GUI for Panorama Tools, to stitch panoramic images
LICENSE= GPLv2
LIB_DEPENDS= libOpenEXR.so:graphics/openexr \
libImath.so:math/Imath \
libboost_thread.so:devel/boost-libs \
liblcms2.so:graphics/lcms2 \
libexiv2.so:graphics/exiv2 \
libfftw3.so:math/fftw3 \
libpano13.so:graphics/libpano13 \
libvigraimpex.so:graphics/vigra \
libpng.so:graphics/png \
libtiff.so:graphics/tiff
# gmake is really needed at _runtime_. Do not remove it from this list.
RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \
exiftool:graphics/p5-Image-ExifTool \
gmake:devel/gmake
USES= cmake compiler:c++11-lib desktop-file-utils gettext gl gnome \
jpeg pkgconfig shared-mime-info shebangfix sqlite tar:bzip2 xorg
USE_GL= gl glew glu glut
USE_WX= 3.0+
USE_XORG= x11
SHEBANG_FILES= src/hugin_script_interface/hpi.py \
src/hugin_script_interface/plugins/*.py \
src/hugin_script_interface/plugins-dev/*.py
CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG}
CFLAGS+= -I${LOCALBASE}/include/Imath
OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC PYTHON
OPTIONS_DEFAULT= PANOMATIC PYTHON
OPTIONS_SUB= yes
PANOMATIC_DESC= Install graphics/panomatic
PANOMATIC_RUN_DEPENDS= panomatic:graphics/panomatic
AUTOPANOSIFTC_DESC= Install graphics/autopano-sift-c
AUTOPANOSIFTC_RUN_DEPENDS= autopano:graphics/autopano-sift-c
PYTHON_DESC= Python Scripting Interface
PYTHON_BUILD_DEPENDS= swig:devel/swig
PYTHON_USES= python
PYTHON_CMAKE_ON= -DBUILD_HSI=ON
PYTHON_CMAKE_OFF= -DBUILD_HSI=OFF
.include <bsd.port.mk>