mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
eca78ec61b
Requested by: edwin
26 lines
507 B
Makefile
26 lines
507 B
Makefile
# New ports collection makefile for: tangogps
|
|
# Date created: 4 Marth 2009
|
|
# Whom: stas
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tangogps
|
|
PORTVERSION= 0.9.6
|
|
PORTREVISION= 1
|
|
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
|
|
USE_SQLITE= 3
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|