opnsense-ports/graphics/libgaiagraphics/Makefile
Franco Fichtner 797f991803 */*: sync with upstream
Taken from: FreeBSD
2017-06-10 20:33:53 +02:00

26 lines
670 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= libgaiagraphics
PORTVERSION= 0.5
PORTREVISION= 3
CATEGORIES= graphics geography
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
MAINTAINER= lbartoletti@tuxfamily.org
COMMENT= Library supporting common-utility raster handling methods
LIB_DEPENDS= libpng.so:graphics/png \
libtiff.so:graphics/tiff \
libgeotiff.so:graphics/libgeotiff \
libcairo.so:graphics/cairo
USES= gmake iconv jpeg pathfix pkgconfig libtool
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
.include <bsd.port.mk>