be19bdfc55
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D23169
26 lines
672 B
Makefile
26 lines
672 B
Makefile
# Created by: lbartoletti <lbartoletti@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libgaiagraphics
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics geography
|
|
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
|
|
|
|
MAINTAINER= lbartoletti@FreeBSD.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>
|