1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/wcalc/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

26 lines
472 B
Makefile

# Created by: Amarendra Godbole <amarendra.godbole@gmail.com>
# $FreeBSD$
PORTNAME= wcalc
PORTVERSION= 2.5
PORTREVISION= 3
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:math/gmp \
libmpfr.so:math/mpfr
USES= localbase readline
GNU_CONFIGURE= yes
PLIST_FILES= bin/wcalc \
man/man1/wcalc.1.gz
.include <bsd.port.mk>