2012-11-20 17:34:41 +01:00
|
|
|
# Created by: lbartoletti <coder@tuxfamily.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libreatlas
|
|
|
|
PORTVERSION= 1.0.0a
|
2017-03-29 08:50:28 +02:00
|
|
|
PORTREVISION= 21
|
2012-11-20 17:34:41 +01:00
|
|
|
CATEGORIES= graphics geography
|
|
|
|
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
|
|
|
|
|
|
|
|
MAINTAINER= coder@tuxfamily.org
|
|
|
|
COMMENT= Open Source Geography Education application
|
|
|
|
|
2014-05-11 00:23:52 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2017-03-29 08:50:28 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libmspack.so:archivers/libmspack \
|
|
|
|
libspatialite.so:databases/spatialite \
|
|
|
|
libsqlite3.so:databases/sqlite3 \
|
|
|
|
libpcre.so:devel/pcre \
|
|
|
|
libcairo.so:graphics/cairo \
|
|
|
|
libgeos.so:graphics/geos \
|
|
|
|
libjbig.so:graphics/jbigkit \
|
|
|
|
libgeotiff.so:graphics/libgeotiff \
|
|
|
|
librasterlite.so:graphics/librasterlite \
|
|
|
|
libpng.so:graphics/png \
|
|
|
|
libproj.so:graphics/proj \
|
|
|
|
libtiff.so:graphics/tiff \
|
|
|
|
libfreetype.so:print/freetype2 \
|
|
|
|
libexpat.so:textproc/expat2 \
|
|
|
|
libfreexl.so:textproc/freexl \
|
|
|
|
libfontconfig.so:x11-fonts/fontconfig
|
2012-11-20 17:34:41 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2016-10-21 17:21:13 +02:00
|
|
|
USES= gettext gmake iconv jpeg pathfix pkgconfig
|
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
2013-05-25 16:37:02 +02:00
|
|
|
USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp xext \
|
2012-11-20 17:34:41 +01:00
|
|
|
xfixes xi xinerama xrandr xrender xxf86vm
|
|
|
|
USE_GNOME= atk gdkpixbuf2 glib20 gtk20 pango
|
|
|
|
USE_WX= 2.8
|
2015-09-13 20:58:29 +02:00
|
|
|
WX_UNICODE= yes
|
2012-11-20 17:34:41 +01:00
|
|
|
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2015-07-31 16:53:25 +02:00
|
|
|
LIBS+= -lgeos_c -lsqlite3
|
2012-11-20 17:34:41 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/LibreAtlas
|
|
|
|
|
|
|
|
DESKTOP_ENTRIES="LibreAtlas" "${COMMENT}" "" "LibreAtlas" \
|
|
|
|
"Graphics;Viewer;" true
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|wx-config|$${WX_CONFIG}|' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|