8dec8dc1d7
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
27 lines
750 B
Makefile
27 lines
750 B
Makefile
# 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>
|