1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/graphics/ossim/Makefile
Tijl Coosemans 98bf25875a graphics/tiff: Update to 4.6.0
PR:		278577
Exp-run by:	antoine
2024-04-27 14:44:59 +02:00

41 lines
1.0 KiB
Makefile

PORTNAME= ossim
DISTVERSIONPREFIX= OrchidIsland-
DISTVERSION= 2.11.1
PORTREVISION= 4
CATEGORIES= graphics geography
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Powerful suite of geospatial libraries and applications
WWW= https://github.com/ossimlabs/ossim
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${LOCALBASE}/bin/git:devel/git
LIB_DEPENDS= libgeos.so:graphics/geos \
libgeotiff.so:graphics/libgeotiff \
libjsoncpp.so:devel/jsoncpp \
libtiff.so:graphics/tiff \
libopenjp2.so:graphics/openjpeg \
libfreetype.so:print/freetype2 \
libOpenThreads.so:graphics/osg34
USES= cmake compiler:c++11-lang jpeg localbase
USE_GITHUB= yes
GH_ACCOUNT= ossimlabs
USE_LDCONFIG= yes
CMAKE_OFF= BUILD_OSSIM_APPS
CMAKE_ARGS= -DBUILD_LIBRARY_DIR:STRING=lib \
-DLIBSUFFIX:STRING="" \
-DINSTALL_ARCHIVE_DIR:STRING=lib \
-DINSTALL_LIBRARY_DIR:STRING=lib \
-DOSSIM_INCLUDE_DIR:STRING=${WRKSRC}/include
OPTIONS_DEFINE= TEST
OPTIONS_SUB= yes
TEST_CMAKE_BOOL= BUILD_OSSIM_TESTS
.include <bsd.port.mk>