aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-gdal
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-11 11:16:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-07-11 11:16:15 +0000
commitf1c6ad036e6543f3a2a51313aaeef065cfd3ca1a (patch)
tree7876950607b9e2a7887faaaa7097fcaeeab27ad7 /graphics/ruby-gdal
parent61a8320e094bcc5c2c13f6f8a975e215d6557561 (diff)
downloadports-f1c6ad036e6543f3a2a51313aaeef065cfd3ca1a.tar.gz
ports-f1c6ad036e6543f3a2a51313aaeef065cfd3ca1a.zip
- Remove USE_AUTOTOOLS=libtool
- Bump PORTREVISION for graphics/gdal shlib change
Notes
Notes: svn path=/head/; revision=361524
Diffstat (limited to 'graphics/ruby-gdal')
-rw-r--r--graphics/ruby-gdal/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/ruby-gdal/Makefile b/graphics/ruby-gdal/Makefile
index 13640f38972e..ef482c8d385e 100644
--- a/graphics/ruby-gdal/Makefile
+++ b/graphics/ruby-gdal/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gdal
PORTVERSION= 1.11.0
+PORTREVISION= 1
CATEGORIES= graphics ruby
MASTER_SITES= http://download.osgeo.org/gdal/ \
ftp://ftp.remotesensing.org/pub/gdal/ \
@@ -17,21 +18,17 @@ LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30
LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal
-LIBTOOLFILES= # empty
MAKE_ARGS= USER_DEFS=-fPIC
MAKEFILE= GNUmakefile
-USE_AUTOTOOLS= libtool
USE_RUBY= yes
USES= gmake
+
WRKSRC= ${WRKDIR}/${DISTNAME}/swig/ruby
post-patch:
@${REINPLACE_CMD} -e '/^SWIG = swig/ s|$$|3.0|' ${WRKSRC}/../SWIGmake.base
@${REINPLACE_CMD} -e 's|Config::CONFIG|Rb&|g' ${WRKSRC}/RubyMakefile.mk
-do-configure:
- @${DO_NADA}
-
# include/cpl_config.h will only exist after graphics/gdal (build dependency) installed
pre-configure:
@${SED} -e '/^GDAL_ROOT/d' ${DATADIR}/GDALmake.opt > ${WRKSRC}/../../GDALmake.opt