2013-03-14 09:17:39 +01:00
|
|
|
# Created by: crwhipp@gmail.com
|
2011-01-29 07:20:52 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= foxtrotgps
|
2014-11-04 16:00:45 +01:00
|
|
|
PORTVERSION= 1.2.0
|
2017-04-24 14:58:02 +02:00
|
|
|
PORTREVISION= 2
|
2011-01-29 07:20:52 +01:00
|
|
|
CATEGORIES= astro geography
|
|
|
|
MASTER_SITES= http://www.foxtrotgps.org/releases/
|
|
|
|
|
|
|
|
MAINTAINER= crwhipp@gmail.com
|
2013-08-30 03:15:20 +02:00
|
|
|
COMMENT= Lightweight opensource gps moving map application
|
2011-01-29 07:20:52 +01:00
|
|
|
|
2014-03-04 18:55:23 +01:00
|
|
|
LICENSE= GPLv2
|
2017-09-14 11:01:50 +02:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2014-03-04 18:55:23 +01:00
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
|
|
libexif.so:graphics/libexif \
|
2017-04-24 14:58:02 +02:00
|
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:print/freetype2 \
|
2016-04-01 15:29:15 +02:00
|
|
|
libsoup-2.4.so:devel/libsoup \
|
|
|
|
libgps.so:astro/gpsd
|
2011-01-29 07:20:52 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-03-04 16:34:12 +01:00
|
|
|
CONFIGURE_ENV= DATADIRNAME=share
|
2014-01-30 23:09:03 +01:00
|
|
|
CONFIGURE_ARGS= --disable-schemas-install
|
2017-04-24 14:58:02 +02:00
|
|
|
USES= gettext gmake pkgconfig python shebangfix sqlite:3
|
2013-08-30 03:15:20 +02:00
|
|
|
SHEBANG_FILES= contrib/convert2gpx \
|
|
|
|
contrib/convert2osm \
|
2014-11-04 16:00:45 +01:00
|
|
|
contrib/georss2foxtrotgps-poi\
|
2017-04-24 14:58:02 +02:00
|
|
|
contrib/gpx2osm \
|
|
|
|
contrib/poi2osm \
|
|
|
|
contrib/osb2foxtrot \
|
2011-01-29 07:20:52 +01:00
|
|
|
|
2013-08-30 03:15:20 +02:00
|
|
|
USE_GNOME= gtk20 gconf2 libxml2 intltool libglade2
|
2011-01-29 07:20:52 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2012-06-19 10:58:37 +02:00
|
|
|
GCONF_SCHEMAS= apps_foxtrotgps.schemas
|
2012-03-07 13:22:51 +01:00
|
|
|
|
2011-01-29 07:20:52 +01:00
|
|
|
.include <bsd.port.mk>
|