Edit

IABSD.fr/ports/geo/geographiclib/Makefile

Branch :

  • Show log

    Commit

  • Author : landry
    Date : 2026-07-22 08:19:35
    Hash : 5446f779
    Message : Import geo/geographiclib 2.7 GeographicLib is a small C++ library for: * geodesic and rhumb line calculations; * conversions between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates; * gravity (e.g., EGM2008) and geomagnetic field (e.g., WMM2020) calculations; * computations on a triaxial ellipsoid. ok sthen@

  • geo/geographiclib/Makefile
  • COMMENT =	geodesic, gravity and geomagnetic calculations library
    
    V =		2.7
    DISTNAME =	GeographicLib-${V}
    PKGNAME =	${DISTNAME:L}
    
    CATEGORIES =	geo
    
    SHARED_LIBS +=	GeographicLib             0.0 # 0.0
    HOMEPAGE =	https://geographiclib.sourceforge.io/
    
    # MIT
    PERMIT_PACKAGE=	Yes
    
    # C++
    COMPILER=	base-clang ports-gcc
    
    WANTLIB +=	${COMPILER_LIBCXX} c m
    
    SITES =		${SITE_SOURCEFORGE:=geographiclib/}
    
    MODULES =	devel/cmake
    
    .include <bsd.port.mk>