28 lines
654 B
Makefile
28 lines
654 B
Makefile
# $NetBSD: Makefile,v 1.45 2021/04/21 11:41:48 adam Exp $
|
|
#
|
|
|
|
DISTNAME= gama-2.14
|
|
PKGREVISION= 1
|
|
CATEGORIES= geography
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/s/gama/
|
|
COMMENT= Geodetic network adjustment (surveying)
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
|
|
USE_LANGUAGES= c c++11
|
|
# Not documented, but apparent.
|
|
USE_TOOLS+= gmake
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
|
|
|
|
INFO_FILES= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../textproc/yaml-cpp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|