2019-05-12 19:33:00 +02:00
|
|
|
# $NetBSD: Makefile,v 1.30 2019/05/12 17:33:00 gdt Exp $
|
2011-09-08 01:04:38 +02:00
|
|
|
#
|
|
|
|
|
2019-05-12 19:33:00 +02:00
|
|
|
DISTNAME= gama-2.05
|
2011-09-08 01:04:38 +02:00
|
|
|
CATEGORIES= geography
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gama/}
|
|
|
|
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.gnu.org/s/gama/
|
|
|
|
COMMENT= Geodetic network adjustment (surveying)
|
|
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
|
|
|
2017-10-07 20:19:06 +02:00
|
|
|
USE_LANGUAGES= c c++11
|
2017-11-26 17:38:40 +01:00
|
|
|
# Not documented, but apparent.
|
|
|
|
USE_TOOLS+= gmake
|
2011-09-08 01:04:38 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
|
|
|
|
|
|
|
|
INFO_FILES= yes
|
|
|
|
|
2013-10-17 00:15:53 +02:00
|
|
|
TEST_TARGET= check
|
|
|
|
|
2011-10-09 15:37:39 +02:00
|
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
2011-09-08 01:04:38 +02:00
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|