freebsd-ports/graphics/librasterlite/Makefile
2015-07-16 19:03:06 +00:00

34 lines
1,010 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= librasterlite
PORTVERSION= 1.1g
PORTREVISION= 10
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
LICENSE= MPL GPLv2 LGPL21
LICENSE_COMB= dual
LIB_DEPENDS= libspatialite.so:${PORTSDIR}/databases/spatialite \
libsqlite3.so:${PORTSDIR}/databases/sqlite3 \
libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \
libjbig.so:${PORTSDIR}/graphics/jbigkit \
libpng.so:${PORTSDIR}/graphics/png \
libgeos.so:${PORTSDIR}/graphics/geos \
libproj.so:${PORTSDIR}/graphics/proj \
libtiff.so:${PORTSDIR}/graphics/tiff \
libfreexl.so:${PORTSDIR}/textproc/freexl
GNU_CONFIGURE= yes
USES= gmake iconv jpeg libtool pathfix pkgconfig
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lsqlite3 -lm
.include <bsd.port.mk>