summaryrefslogtreecommitdiff
path: root/math/galculator/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2005-05-18 15:45:04 +0000
committerdrochner <drochner>2005-05-18 15:45:04 +0000
commitfc05d29af9c0bf61561d6db4a5ce120f7040d251 (patch)
treec0fcd36e4f7e696ce2fdcb9dc59ffebfc323ac1e /math/galculator/Makefile
parent328ef10404c872d32ad42815c603396b57807c7d (diff)
downloadpkgsrc-fc05d29af9c0bf61561d6db4a5ce120f7040d251.tar.gz
import galculator-1.2.5, a nice desktop calculator
Diffstat (limited to 'math/galculator/Makefile')
-rw-r--r--math/galculator/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile
new file mode 100644
index 00000000000..f44b1297ea9
--- /dev/null
+++ b/math/galculator/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/18 15:45:04 drochner Exp $
+#
+
+DISTNAME= galculator-1.2.5
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galculator/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://galculator.sourceforge.net/
+COMMENT= Desktop calculator with scientific / RPN modes
+
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+USE_GNU_TOOLS+= make
+
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../devel/libglade2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"