summaryrefslogtreecommitdiff
path: root/math/qalculate-kde/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-08-03 13:41:24 +0000
committeradam <adam@pkgsrc.org>2005-08-03 13:41:24 +0000
commit79480ae32fdb22507552ace330305434af80e22c (patch)
treef84f861faa50abb773593875535e1bd6fb9b8a0c /math/qalculate-kde/Makefile
parentbcfef2abb65ce45668f4356b0995832f3269ab0d (diff)
downloadpkgsrc-79480ae32fdb22507552ace330305434af80e22c.tar.gz
KDE interface to math/qalculate
Diffstat (limited to 'math/qalculate-kde/Makefile')
-rw-r--r--math/qalculate-kde/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/math/qalculate-kde/Makefile b/math/qalculate-kde/Makefile
new file mode 100644
index 00000000000..f579a7cc656
--- /dev/null
+++ b/math/qalculate-kde/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/08/03 13:41:24 adam Exp $
+
+DISTNAME= qalculate-kde-0.8.1.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
+CONFIGURE_ARGS+= --datadir=${PREFIX}/share/kde
+
+.include "../../math/qalculate/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"