summaryrefslogtreecommitdiff
path: root/ham/gpredict/Makefile
diff options
context:
space:
mode:
authorwulf <wulf>2007-07-02 16:34:50 +0000
committerwulf <wulf>2007-07-02 16:34:50 +0000
commit4e0895eec1e0f1f3b7538750582605c20c41f2b6 (patch)
tree04190ebe78157fcfe42e1557d57d469dd2538637 /ham/gpredict/Makefile
parent03b36f9c621a946beb7374207db7c4e2582af535 (diff)
downloadpkgsrc-4e0895eec1e0f1f3b7538750582605c20c41f2b6.tar.gz
Updated ham/gpredict to 0.8.0: No longer needs gnome1
Changes since last version: * allow 4 decimal digits for QTH long/lat * implementation of map selector with preview * implementation of manual time control * use simulated realtime for countdown till next AOS * allow running in realtime mode with time offset * many bugfixes and enhancements
Diffstat (limited to 'ham/gpredict/Makefile')
-rw-r--r--ham/gpredict/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/ham/gpredict/Makefile b/ham/gpredict/Makefile
new file mode 100644
index 00000000000..0c3edea1742
--- /dev/null
+++ b/ham/gpredict/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.12 2007/07/02 16:34:50 wulf Exp $
+
+DISTNAME= gpredict-0.8.0
+CATEGORIES= ham
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/}
+
+MAINTAINER= wulf@NetBSD.org
+HOMEPAGE= http://groundstation.sourceforge.net/
+COMMENT= Gnome satellite tracking program
+
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake msgfmt pkg-config intltool
+USE_PKGLOCALEDIR=yes
+GNU_CONFIGURE= yes
+
+.include "../../devel/GConf2/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+#.include "../../ham/hamlib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"