summaryrefslogtreecommitdiffstats
path: root/graphics/libgaiagraphics/Makefile
blob: f8e404dcf7427955b801fa14dce82df9949fd100 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$

PORTNAME=	libgaiagraphics
PORTVERSION=	0.5
PORTREVISION=	2
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=	libpng15.so:${PORTSDIR}/graphics/png \
		libtiff.so:${PORTSDIR}/graphics/tiff \
		libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \
		libjpeg.so:${PORTSDIR}/graphics/jpeg \
		libcairo.so:${PORTSDIR}/graphics/cairo

USES=		gmake iconv 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>
OpenPOWER on IntegriCloud