openbsd-ports/math/calcoo/Makefile
naddy 5affce5d67 Update to 1.3.8. Notable changes:
* Non-integer powers of negative numbers now yield errors instead
of weird results.
* The selected angle units are saved now.
* Various bug fixes and pixmap cosmetics.
2002-06-04 21:38:33 +00:00

27 lines
582 B
Makefile

# $OpenBSD: Makefile,v 1.10 2002/06/04 21:38:33 naddy Exp $
COMMENT= "Gtk-based scientific calculator"
DISTNAME= calcoo-1.3.8
CATEGORIES= math
NEED_VERSION= 1.497
HOMEPAGE= http://calcoo.sourceforge.net/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=calcoo/} \
http://www.physics.umn.edu/~kaminski/calcoo/
LIB_DEPENDS= gtk.1,gdk.1::x11/gtk+
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>