summaryrefslogtreecommitdiffstats
path: root/math/wcalc/Makefile
blob: ea570f29de1e50404ebbb0dc77a072f215dabd44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Amarendra Godbole <amarendra.godbole@gmail.com>
# $FreeBSD$

PORTNAME=	wcalc
PORTVERSION=	2.5
CATEGORIES=	math
MASTER_SITES=	SF/w-calc/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=		localbase readline

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/wcalc \
		man/man1/wcalc.1.gz

.include <bsd.port.mk>
OpenPOWER on IntegriCloud