20 lines
545 B
Makefile
20 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/11/05 09:08:15 ryoon Exp $
|
|
|
|
R_PKGNAME= rgdal
|
|
R_PKGVER= 1.4-8
|
|
PKGREVISION= 1
|
|
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"
|