mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
22 lines
356 B
Makefile
22 lines
356 B
Makefile
# Created by: Bruce M Simpson <bms@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gpstk
|
|
PORTVERSION= 2.10
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= astro devel
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Toolkit for developing GPS applications
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= cmake:outsource
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= SGL-UT
|
|
GH_PROJECT= GPSTk
|
|
|
|
.include <bsd.port.mk>
|