pkgsrc/geography/gama/Makefile
gdt a7e8a12189 Update to 1.17.
Add two bashishm exorcism patches of the usual s/==/=/ style.

Upstream news:

Version 1.17 (no upstream NEWS; bug about this reported upstream)

Version 1.16 Jula 2015

* minor fixes in documentation
* fixed a bug in SQL schema
* new export of XML network definition
* C++11 features enabled (-std=c++11 for g++ compiler)
* fixed several minor bugs
2016-04-30 01:17:44 +00:00

24 lines
535 B
Makefile

# $NetBSD: Makefile,v 1.16 2016/04/30 01:17:44 gdt Exp $
#
DISTNAME= gama-1.17
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
USE_LANGUAGES= c c++
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 "../../mk/bsd.pkg.mk"