diff options
author | drochner <drochner> | 2005-05-18 15:46:06 +0000 |
---|---|---|
committer | drochner <drochner> | 2005-05-18 15:46:06 +0000 |
commit | 0fb9e8ecfb71b77d265d01bc3f4ed666ad95d047 (patch) | |
tree | ad36f03ff3bdb6ce0f08cdbe8c67b920616859cd /math/calcoo/Makefile | |
parent | fc05d29af9c0bf61561d6db4a5ce120f7040d251 (diff) | |
download | pkgsrc-0fb9e8ecfb71b77d265d01bc3f4ed666ad95d047.tar.gz |
import calcoo-1.3.16, another desktop calculator
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" |