freebsd-ports/graphics/librasterlite/Makefile
Marcus von Appen a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00

35 lines
993 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= librasterlite
PORTVERSION= 1.1e
CATEGORIES= graphics geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite-sources/
MAINTAINER= coder@tuxfamily.org
COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite
LIB_DEPENDS= spatialite:${PORTSDIR}/databases/spatialite \
sqlite3:${PORTSDIR}/databases/sqlite3 \
geotiff:${PORTSDIR}/graphics/libgeotiff \
jbig:${PORTSDIR}/graphics/jbigkit \
jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png \
geos:${PORTSDIR}/graphics/geos \
proj:${PORTSDIR}/graphics/proj \
tiff:${PORTSDIR}/graphics/tiff \
freexl:${PORTSDIR}/textproc/freexl
GNU_CONFIGURE= yes
USES= pkgconfig iconv
USE_GMAKE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>