aboutsummaryrefslogtreecommitdiffstats
path: root/astro/foxtrotgps/Makefile
blob: ed758405d0e0b679a11dbc594f1b701d258d7951 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: crwhipp@gmail.com
# $FreeBSD$

PORTNAME=   foxtrotgps
PORTVERSION=    1.1.1
PORTREVISION=   4
CATEGORIES= astro geography
MASTER_SITES=   http://www.foxtrotgps.org/releases/

MAINTAINER= crwhipp@gmail.com
COMMENT=    Lightweight opensource gps moving map application

LIB_DEPENDS=    curl:${PORTSDIR}/ftp/curl \
        exif:${PORTSDIR}/graphics/libexif \
        soup-2.4:${PORTSDIR}/devel/libsoup \
        gps:${PORTSDIR}/astro/gpsd

GNU_CONFIGURE=  yes
NO_STAGE=   yes
USES=       gettext gmake pkgconfig shebangfix
SHEBANG_FILES=  contrib/convert2gpx \
        contrib/convert2osm \
        contrib/georss2foxtrotgps-poi

USE_GNOME=  gtk20 gconf2 libxml2 intltool libglade2
USE_SQLITE= 3
INSTALLS_ICONS= yes

GCONF_SCHEMAS=  apps_foxtrotgps.schemas

MAN1=   foxtrotgps.1 convert2gpx.1 convert2osm.1

.include <bsd.port.mk>