diff options
author | adam <adam@pkgsrc.org> | 2005-10-11 13:29:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-10-11 13:29:06 +0000 |
commit | 7340814773c03fda34ce09f8ceffd94d497d707f (patch) | |
tree | 40fc0b6db197f64d002aad712c672ed04cbd475d /math/qalculate-currency/Makefile | |
parent | 88f2577240846e854376f4413ecb6dd199f7a82a (diff) | |
download | pkgsrc-7340814773c03fda34ce09f8ceffd94d497d707f.tar.gz |
Utility for conversion between currencies using Qalculate library
Diffstat (limited to 'math/qalculate-currency/Makefile')
-rw-r--r-- | math/qalculate-currency/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/qalculate-currency/Makefile b/math/qalculate-currency/Makefile new file mode 100644 index 00000000000..a6f474cbe9f --- /dev/null +++ b/math/qalculate-currency/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/11 13:29:06 adam Exp $ + +DISTNAME= qalculate-currency-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 currencies 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" |