summaryrefslogtreecommitdiff
path: root/math/qalculate-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/qalculate-gtk/Makefile')
-rw-r--r--math/qalculate-gtk/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile
new file mode 100644
index 00000000000..d6a3d40866e
--- /dev/null
+++ b/math/qalculate-gtk/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/08/03 13:39:31 adam Exp $
+
+DISTNAME= qalculate-gtk-0.8.1
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
+
+MAINTAINER= adam@NetBSD.org
+HOMEPAGE= http://qalculate.sourceforge.net/
+COMMENT= Qalculate is a modern multi-purpose desktop calculator
+
+DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
+DEPENDS+= wget>=1.8:../../net/wget
+
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
+
+.include "../../devel/libglade2/buildlink3.mk"
+.include "../../devel/libgnome/buildlink3.mk"
+.include "../../math/qalculate/buildlink3.mk"
+.include "../../textproc/scrollkeeper/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"