graphics/gdal-grass: update 1.4.3 -> 1.11.2
PR: 199234 Submitted by: Kato Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
e1a86f3168
commit
234e70144a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386719
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gdal-grass
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 17
|
||||
PORTVERSION= 1.11.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://download.osgeo.org/gdal/
|
||||
|
||||
@ -17,18 +16,21 @@ LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \
|
||||
libgrass_gis.so:${PORTSDIR}/databases/grass
|
||||
RUN_DEPENDS= grass>=6:${PORTSDIR}/databases/grass
|
||||
|
||||
ALL_TARGET= # empty
|
||||
USES= gmake
|
||||
USE_GCC= yes # from databases/grass
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-autoload=${PREFIX}/lib/gdalplugins \
|
||||
--with-gdal=${LOCALBASE}/bin/gdal-config \
|
||||
--with-grass=${LOCALBASE}/${GRASS_INST_DIR}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= yes # from databases/grass
|
||||
USES= gmake
|
||||
ALL_TARGET= default
|
||||
|
||||
GRASS_INST_DIR!=${MAKE} -C ${.CURDIR}/../../databases/grass/ -V GRASS_INST_DIR
|
||||
|
||||
pre-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/lib/gdalplugins/
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/gdal/
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/gdalplugins
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/gdal
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gdalplugins/*_GRASS.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gdal-grass-1.4.3.tar.gz) = ea18d1e773e8875aaf3261a6ccd2a5fa22d998f064196399dfe73d991688f1dd
|
||||
SIZE (gdal-grass-1.4.3.tar.gz) = 47527
|
||||
SHA256 (gdal-grass-1.11.2.tar.gz) = 08473ade53d699e1292c54a4271ed0108ec39e0b3a5ebfea04dc88d31e44bd1b
|
||||
SIZE (gdal-grass-1.11.2.tar.gz) = 50456
|
||||
|
Loading…
Reference in New Issue
Block a user