0527a0833f
- Bump PORTREVISION for package change Obtained from:1f6a624e38
da141597b6
35 lines
771 B
Makefile
35 lines
771 B
Makefile
PORTNAME= gdal-grass
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Standalone GRASS Drivers for GDAL and OGR
|
|
WWW= https://github.com/OSGeo/gdal-grass
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= grass8>=8.3<8.4:databases/grass8
|
|
LIB_DEPENDS= libgdal.so:graphics/gdal \
|
|
libgrass_gis.so:databases/grass8
|
|
|
|
USES= gmake
|
|
|
|
ALL_TARGET= default
|
|
CFLAGS+= -fPIC
|
|
CONFIGURE_ARGS= --with-autoload=${PREFIX}/lib/gdalplugins \
|
|
--with-gdal=${LOCALBASE}/bin/gdal-config \
|
|
--with-grass=${LOCALBASE}/grass83
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= lib/gdalplugins/gdal_GRASS.so \
|
|
lib/gdalplugins/ogr_GRASS.so
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= OSGeo
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdalplugins/*.so
|
|
|
|
.include <bsd.port.mk>
|