summaryrefslogtreecommitdiff
path: root/math/qalculate-bases/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/qalculate-bases/Makefile')
-rw-r--r--math/qalculate-bases/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/math/qalculate-bases/Makefile b/math/qalculate-bases/Makefile
new file mode 100644
index 00000000000..2f56717ec0a
--- /dev/null
+++ b/math/qalculate-bases/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/11 13:26:44 adam Exp $
+
+DISTNAME= qalculate-bases-0.8.2
+CATEGORIES= math
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}
+
+MAINTAINER= adam@NetBSD.org
+HOMEPAGE= http://qalculate.sourceforge.net/
+COMMENT= Utility for conversion between number bases using Qalculate
+
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake pkg-config
+GNU_CONFIGURE= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../math/qalculate/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"