mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
e07497a337
Ownership of the former email address confirmed by email PR: 219791 Submitted by: lbartoletti@tuxfamily.org (maintainer) Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11088
27 lines
670 B
Makefile
27 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>
|