freebsd-ports/astro/foxtrotgps/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

41 lines
1,007 B
Makefile

# Created by: crwhipp@gmail.com
# $FreeBSD$
PORTNAME= foxtrotgps
PORTVERSION= 1.2.0
PORTREVISION= 5
CATEGORIES= astro geography
MASTER_SITES= http://www.foxtrotgps.org/releases/
MAINTAINER= crwhipp@gmail.com
COMMENT= Lightweight opensource gps moving map application
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:ftp/curl \
libexif.so:graphics/libexif \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libsoup-2.4.so:devel/libsoup \
libgps.so:astro/gpsd
INFO= foxtrotgps
GNU_CONFIGURE= yes
CONFIGURE_ENV= DATADIRNAME=share
CONFIGURE_ARGS= --disable-schemas-install
USES= compiler:c++11-lang gettext gmake pkgconfig python \
shebangfix sqlite:3
SHEBANG_FILES= contrib/convert2gpx \
contrib/convert2osm \
contrib/georss2foxtrotgps-poi\
contrib/gpx2osm \
contrib/poi2osm \
contrib/osb2foxtrot \
USE_GNOME= gtk20 gconf2 libxml2 intltool libglade2
INSTALLS_ICONS= yes
GCONF_SCHEMAS= apps_foxtrotgps.schemas
.include <bsd.port.mk>