freebsd-ports/astro/tangogps/Makefile
Stanislav Sedov 422bce3414 - Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
2011-10-24 03:33:20 +00:00

31 lines
675 B
Makefile

# New ports collection makefile for: tangogps
# Date created: 4 Marth 2009
# Whom: stas
#
# $FreeBSD$
#
PORTNAME= tangogps
PORTVERSION= 0.99.4
PORTREVISION= 1
CATEGORIES= astro geography
MASTER_SITES= http://www.tangogps.org/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A comprehencive GPS mapping application
LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \
exif.12:${PORTSDIR}/graphics/libexif \
soup-2.4.1:${PORTSDIR}/devel/libsoup
USE_AUTOTOOLS= automake aclocal libtool autoconf
ACLOCAL_ARGS= --force
AUTCONF_ARGS= --force
AUTOMAKE_ARGS= --force
GNU_CONFIGURE= yes
USE_GNOME= gtk20 gconf2 libxml2
USE_SQLITE= 3
INSTALLS_ICONS= yes
.include <bsd.port.mk>