summaryrefslogtreecommitdiff
path: root/math/qalculate-kde/Makefile
diff options
context:
space:
mode:
authoradam <adam>2005-08-03 13:41:24 +0000
committeradam <adam>2005-08-03 13:41:24 +0000
commit06ab3156a560f94164b5a862b9b60f9b78640438 (patch)
treef84f861faa50abb773593875535e1bd6fb9b8a0c /math/qalculate-kde/Makefile
parente4bf9a19ec1e9b38a53714fbc8dce676ae473075 (diff)
downloadpkgsrc-06ab3156a560f94164b5a862b9b60f9b78640438.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"