b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
26 lines
592 B
Makefile
26 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.34 2020/01/18 23:32:07 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= gama-2.07
|
|
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 "../../mk/bsd.pkg.mk"
|