mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
e8f0d5b998
Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13758
26 lines
485 B
Makefile
26 lines
485 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libpredict
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Satellite orbit prediction library
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake:outsource
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= la1k
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_FILES= include/predict/predict.h \
|
|
lib/libpredict.so \
|
|
lib/libpredict.so.${DISTVERSION:R:R} \
|
|
lib/libpredict.so.${DISTVERSION} \
|
|
libdata/pkgconfig/predict.pc
|
|
|
|
.include <bsd.port.mk>
|