summaryrefslogtreecommitdiff
path: root/ham/gpredict/Makefile
diff options
context:
space:
mode:
authorwulf <wulf>2006-01-15 13:05:39 +0000
committerwulf <wulf>2006-01-15 13:05:39 +0000
commit2a7079e8e8435b343a6b491b93a155e4c62b6278 (patch)
treeb7b1e9b089e1d2009eb4d8c868e27b244446f078 /ham/gpredict/Makefile
parentb50e866591e339fa17340c49b0accc0eed88b839 (diff)
downloadpkgsrc-2a7079e8e8435b343a6b491b93a155e4c62b6278.tar.gz
Initial commit of gpredict 0.5.2: A realtime satellite tracking program
Diffstat (limited to 'ham/gpredict/Makefile')
-rw-r--r--ham/gpredict/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/ham/gpredict/Makefile b/ham/gpredict/Makefile
new file mode 100644
index 00000000000..eb72f050dee
--- /dev/null
+++ b/ham/gpredict/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/15 13:05:39 wulf Exp $
+
+DISTNAME= gpredict-0.5.2
+CATEGORIES= ham
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=groundstation/}
+
+MAINTAINER= wulf@NetBSD.org
+HOMEPAGE= http://groundstation.sourceforge.net/
+COMMENT= Gnome satellite tracking program
+
+USE_TOOLS+= gmake pkg-config
+USE_PKGLOCALEDIR=yes
+GNU_CONFIGURE= yes
+BUILD_USES_MSGFMT=yes
+
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
+.include "../../devel/gal/buildlink3.mk"
+.include "../../ham/hamlib/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"