aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ruby-gdal/Makefile
blob: ef482c8d385e2b7eab8dfd35131c36ab6a5656d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gdal
PORTVERSION=    1.11.0
PORTREVISION=   1
CATEGORIES= graphics ruby
MASTER_SITES=   http://download.osgeo.org/gdal/ \
        ftp://ftp.remotesensing.org/pub/gdal/ \
        LOCAL/sunpoet
PKGNAMEPREFIX=  ${RUBY_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Ruby binding for GDAL

LICENSE=    MIT

BUILD_DEPENDS=  ${LOCALBASE}/bin/swig3.0:${PORTSDIR}/devel/swig30
LIB_DEPENDS=    libgdal.so:${PORTSDIR}/graphics/gdal

MAKE_ARGS=  USER_DEFS=-fPIC
MAKEFILE=   GNUmakefile
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

# 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
    @${CP} ${LOCALBASE}/include/cpl_config.h ${WRKSRC}/../../port/

post-install:
    ${STRIP_CMD} ${STAGEDIR}${RUBY_SITELIBDIR}/${RUBY_ARCH}/gdal/*.so

.include <bsd.port.mk>