mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
36 lines
916 B
Makefile
36 lines
916 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ossim
|
|
DISTVERSIONPREFIX= Laguna-
|
|
DISTVERSION= 2.8.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics geography
|
|
|
|
MAINTAINER= lbartoletti@tuxfamily.org
|
|
COMMENT= Powerful suite of geospatial libraries and applications
|
|
|
|
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/osg
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|