mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
23 lines
420 B
Makefile
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>
|