blob: 5021cf39ea41c41713fce0759d0f773af233cb4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.5 2021/04/21 11:41:47 adam Exp $
R_PKGNAME= rgdal
R_PKGVER= 1.4-8
PKGREVISION= 3
CATEGORIES= geography
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Bindings for the 'Geospatial' Data Abstraction Library
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # + file LICENSE.note
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c c++
.include "../../math/R/Makefile.extension"
.include "../../geography/gdal-lib/buildlink3.mk"
.include "../../geography/proj/buildlink3.mk"
.include "../../math/R-sp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|