freebsd-ports/graphics/libgaiagraphics/Makefile
William Grzybowski 0e5e4a3dda graphics/libgaiagraphics: update to 0.5
- Update to 0.5
- Allow staging
- Convert lib depends to new format
- Use space in WWW

PR:		ports/184101
Submitted by:	maintainer
2013-11-30 15:03:28 +00:00

26 lines
726 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= libgaiagraphics
PORTVERSION= 0.5
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
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
.include <bsd.port.mk>