1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/graphics/ruby-gdal/Makefile
Sunpoet Po-Chuan Hsieh 2a7334cd2b - Strip shared library
- Bump PORTREVISION for package change
2014-03-24 12:30:41 +00:00

45 lines
1.2 KiB
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= gdal
PORTVERSION= 1.10.1
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/swig2.0:${PORTSDIR}/devel/swig20
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|$$|2.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
@${CP} ${LOCALBASE}/include/cpl_config.h ${WRKSRC}/../../port/
post-install:
${STRIP_CMD} ${STAGEDIR}${RUBY_SITELIBDIR}/${RUBY_ARCH}/gdal/*.so
.include <bsd.port.mk>