diff options
author | wulf <wulf@pkgsrc.org> | 2006-01-15 13:05:39 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-01-15 13:05:39 +0000 |
commit | 82e254e41bb52fe83eb5c01180e7318bbae45e8e (patch) | |
tree | b7b1e9b089e1d2009eb4d8c868e27b244446f078 /ham/gpredict/Makefile | |
parent | 1eb24b59b129587e1aad3f85a6a82847945be12f (diff) | |
download | pkgsrc-82e254e41bb52fe83eb5c01180e7318bbae45e8e.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/Makefile | 21 |
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" |