diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-11-22 08:03:51 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-11-22 08:03:51 +0000 |
commit | 08414216f25600794bb7e2d839a5a354639856be (patch) | |
tree | 1f3470501cac82cf41315a9720b41e15e342656a /math | |
parent | 7583c9528bc9701ae83377cd5e60b43023e5d13c (diff) | |
download | ports-08414216f25600794bb7e2d839a5a354639856be.tar.gz ports-08414216f25600794bb7e2d839a5a354639856be.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/wcalc/Makefile | 14 | ||||
-rw-r--r-- | math/wcalc/distinfo | 4 | ||||
-rw-r--r-- | math/wcalc/pkg-descr | 3 |
3 files changed, 7 insertions, 14 deletions
diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index 84e33932dda1..ea570f29de1e 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -2,25 +2,21 @@ # $FreeBSD$ PORTNAME= wcalc -PORTVERSION= 2.4 -PORTREVISION= 4 +PORTVERSION= 2.5 CATEGORIES= math MASTER_SITES= SF/w-calc/Wcalc/${PORTVERSION} -DISTNAME= wcalc-${PORTVERSION} MAINTAINER= amarendra.godbole@gmail.com COMMENT= Natural-expression command-line calculator +LICENSE= GPLv2 + LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ libmpfr.so:${PORTSDIR}/math/mpfr -USES= readline - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USES= localbase readline -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +GNU_CONFIGURE= yes PLIST_FILES= bin/wcalc \ man/man1/wcalc.1.gz diff --git a/math/wcalc/distinfo b/math/wcalc/distinfo index f92e7ddcd7a3..9d7491ba8125 100644 --- a/math/wcalc/distinfo +++ b/math/wcalc/distinfo @@ -1,2 +1,2 @@ -SHA256 (wcalc-2.4.tar.gz) = ffa275ef9d3564e8bc8f1dbf63fe5c4a5d0cb77d427f55dcc993f4a279a98125 -SIZE (wcalc-2.4.tar.gz) = 408961 +SHA256 (wcalc-2.5.tar.gz) = 2c188cd5a58e90ec1d85e4c8cc891c2c2596d946fcc4a4096c878ad91dac77c7 +SIZE (wcalc-2.5.tar.gz) = 493747 diff --git a/math/wcalc/pkg-descr b/math/wcalc/pkg-descr index 31afb002e0d1..249b1978074a 100644 --- a/math/wcalc/pkg-descr +++ b/math/wcalc/pkg-descr @@ -4,6 +4,3 @@ variables, "active" variables, command history, and hex/octal/binary i/o, conversions, and more. WWW: http://w-calc.sourceforge.net/ - --Amarendra Godbole -amarendra.godbole@gmail.com |