1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/graphics/gdal-grass/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

35 lines
917 B
Makefile

# Created by: Laurent Courty
# $FreeBSD$
PORTNAME= gdal-grass
PORTVERSION= 1.4.3
PORTREVISION= 17
CATEGORIES= graphics
MASTER_SITES= http://download.osgeo.org/gdal/
MAINTAINER= ports@FreeBSD.org
COMMENT= GDAL drivers for GRASS raster and vector files
LICENSE= MIT
BUILD_DEPENDS= grass>=6:${PORTSDIR}/databases/grass
LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \
libgrass_gis.so:${PORTSDIR}/databases/grass
RUN_DEPENDS= grass>=6:${PORTSDIR}/databases/grass
ALL_TARGET= # empty
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
GRASS_INST_DIR!=${MAKE} -C ${.CURDIR}/../../databases/grass/ -V GRASS_INST_DIR
pre-install:
${MKDIR} ${STAGEDIR}${PREFIX}/lib/gdalplugins/
${MKDIR} ${STAGEDIR}${PREFIX}/share/gdal/
.include <bsd.port.mk>