freebsd-ports/databases/spatialite_gui/Makefile
William Grzybowski 84bf662fd0 graphics/geos: update to 3.4.2
- Update to 3.4.2 [1]
- Bump PORTREVISION for dependent ports
- USES gmake
- Use options helpers

PR:		ports/181422 [1]
Submitted by:	Rainer Hurling <rhurlin gwdg.de> (maintainer)
2013-09-11 13:58:27 +00:00

34 lines
912 B
Makefile

# New ports collection makefile for: spatialite-gui
# Date created: 2012-06-14
# Whom: lbartoletti <coder@tuxfamily.org>
#
# $FreeBSD$
#
PORTNAME= spatialite_gui
PORTVERSION= 1.5.0
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
DISTNAME= ${PORTNAME}-${PORTVERSION}-stable
MAINTAINER= coder@tuxfamily.org
COMMENT= Graphical User Interface (GUI) tool supporting SpatiaLite
LIB_DEPENDS= gaiagraphics:${PORTSDIR}/graphics/libgaiagraphics \
freexl:${PORTSDIR}/textproc/freexl \
spatialite:${PORTSDIR}/databases/spatialite
USE_WX= 2.8
WANT_UNICODE= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= pkgconfig iconv
CPPFLAGS+= -I${LOCALBASE}/include `${WX_CONFIG} --cppflags`
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} `${WX_CONFIG} --libs`
CONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
PLIST_FILES= bin/spatialite_gui
.include <bsd.port.mk>