blob: d3cce601a218578b62fac333f7e8173eb2a5d7bd (
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
|
# New ports collection makefile for: tangogps
# Date created: 4 Marth 2009
# Whom: stas
#
# $FreeBSD$
#
PORTNAME= tangogps
PORTVERSION= 0.99.2
PORTREVISION= 0
CATEGORIES= astro geography
MASTER_SITES= http://www.tangogps.org/downloads/
MAINTAINER= stas@FreeBSD.org
COMMENT= A comprehencive GPS mapping application
LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl \
exif.12:${PORTSDIR}/graphics/libexif
GNU_CONFIGURE= yes
USE_GNOME= gtk20 gconf2 libxml2
USE_SQLITE= 3
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|