1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/astro/pykep/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

23 lines
420 B
Makefile

PORTNAME= pykep
DISTVERSIONPREFIX= v
DISTVERSION= 2.6
CATEGORIES= astro
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ library providing basic tools for astrodynamics research
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libboost_serialization.so:devel/boost-libs
USES= cmake compiler:c++11-lang
USE_LDCONFIG= yes
CMAKE_OFF= PYKEP_BUILD_TESTS
USE_GITHUB= yes
GH_ACCOUNT= esa
.include <bsd.port.mk>