2010-10-18 20:52:05 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2010/10/18 20:52:07 espie Exp $
|
import wcalc-2.4
wcalc is a powerful arbitrary-precision calculator. It has standard
functions (sin, asinh, logtwo, floor, etc), many pre-defined constants
(pi, e, c, etc.), variables, "active" variables, command history, and
hex/octal/binary i/o, conversions, and more.
from maintainer Amarendra Godbole
tested on amd64, and looks ok to steven@
2009-02-03 22:46:14 +00:00
|
|
|
# Original from: Kyle Wheeler <kyle@memoryhole.net>
|
|
|
|
|
|
|
|
COMMENT = natural-expression command-line calculator
|
|
|
|
|
|
|
|
DISTNAME = wcalc-2.4
|
|
|
|
CATEGORIES = math
|
|
|
|
HOMEPAGE = http://w-calc.sourceforge.net/
|
|
|
|
MAINTAINER = Amarendra Godbole <amarendra.godbole@gmail.com>
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=w-calc/}
|
|
|
|
|
|
|
|
WANTLIB = c m readline termcap
|
|
|
|
LIB_DEPENDS = gmp.>=7::devel/gmp mpfr.>=0.2::devel/mpfr
|
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
CONFIGURE_ENV += LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
2010-10-18 20:52:05 +00:00
|
|
|
USE_GROFF = Yes
|
import wcalc-2.4
wcalc is a powerful arbitrary-precision calculator. It has standard
functions (sin, asinh, logtwo, floor, etc), many pre-defined constants
(pi, e, c, etc.), variables, "active" variables, command history, and
hex/octal/binary i/o, conversions, and more.
from maintainer Amarendra Godbole
tested on amd64, and looks ok to steven@
2009-02-03 22:46:14 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|