opnsense-ports/graphics/libgaiagraphics/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

26 lines
664 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= coder@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>