diff options
Diffstat (limited to 'math/calcoo/Makefile')
-rw-r--r-- | math/calcoo/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile new file mode 100644 index 00000000000..d1affdaed79 --- /dev/null +++ b/math/calcoo/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/18 15:46:06 drochner Exp $ +# + +DISTNAME= calcoo-1.3.16 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calcoo/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://calcoo.sourceforge.net/ +COMMENT= Scientific calculator + +GNU_CONFIGURE= yes + +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |