summaryrefslogtreecommitdiff
path: root/ham/gpredict/Makefile
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2014-02-07 13:20:16 +0000
committermef <mef@pkgsrc.org>2014-02-07 13:20:16 +0000
commit97841f6c3ff26585c46de3415b07371ed1d57a63 (patch)
tree534d2d504312008b8d8863c1b91ce3ffaa72b856 /ham/gpredict/Makefile
parenta3b730ed5ff16bd2ae91ee9d2e7e2e03574c09ba (diff)
downloadpkgsrc-97841f6c3ff26585c46de3415b07371ed1d57a63.tar.gz
Version 1.3 02 Mar 2011
This release includes a few minor enhancements of the user interface and several bug fixes. Version 1.2 12 Oct 2010 This release includes a new layout manager, satellite tooltips, improved interactivity, as well as fixes for many bugs discovered in the previous releases. Version 1.1 08 Oct 2010 This release includes a new satellite data management module and a database that includes all satellites from CelesTrak. Several bugs have been fixed. This release also includes several bugfixes and minor user interface improvements Version 1.0 beta 5 24 May 2009 This release includes several minor bugfixes in the radio controller and new satellite transponder data files submitted by users. Version 1.0 beta 4 15 May 2009 Doppler tuning using full-duplex radios has been implemented, and several minor bugs have been fixed. Version 0.9.0 This release includes many bugfixes, and new functionality to save satellite pass predictions.
Diffstat (limited to 'ham/gpredict/Makefile')
-rw-r--r--ham/gpredict/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/ham/gpredict/Makefile b/ham/gpredict/Makefile
index 26c5e47dd68..b4945600525 100644
--- a/ham/gpredict/Makefile
+++ b/ham/gpredict/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.37 2013/10/10 14:42:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2014/02/07 13:20:16 mef Exp $
-DISTNAME= gpredict-0.8.0
-PKGREVISION= 21
+DISTNAME= gpredict-1.3
CATEGORIES= ham
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/}
+MASTER_SITES= http://sourceforge.net/projects/gpredict/files/Gpredict/1.3/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://groundstation.sourceforge.net/
COMMENT= Gnome satellite tracking program
+LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
USE_TOOLS+= gmake msgfmt pkg-config intltool
@@ -20,8 +20,12 @@ BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED
BUILDLINK_TRANSFORM+= rm:-DGDK_PIXBUF_DISABLE_DEPRECATED
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../devel/GConf/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
#.include "../../ham/hamlib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../graphics/goocanvas/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"