diff --git a/graphics/librasterlite/Makefile b/graphics/librasterlite/Makefile index e4ce898c91de..009588732707 100644 --- a/graphics/librasterlite/Makefile +++ b/graphics/librasterlite/Makefile @@ -1,32 +1,35 @@ # Created by: lbartoletti PORTNAME= librasterlite PORTVERSION= 1.1g PORTREVISION= 14 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite-sources/ MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite LICENSE= MPL11 GPLv2 LGPL21 LICENSE_COMB= dual +DEPRECATED= Deprecated in favour of graphics/librasterlite2 +EXPIRATION_DATE=2021-12-31 + LIB_DEPENDS= libspatialite.so:databases/spatialite \ libgeotiff.so:graphics/libgeotiff \ libjbig.so:graphics/jbigkit \ libpng.so:graphics/png \ libgeos.so:graphics/geos \ libproj.so:graphics/proj \ libtiff.so:graphics/tiff \ libfreexl.so:textproc/freexl GNU_CONFIGURE= yes USES= gmake iconv jpeg libtool pathfix pkgconfig sqlite USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lsqlite3 -lm .include