1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/wcalc/Makefile

26 lines
472 B
Makefile
Raw Normal View History

# 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
2014-02-02 16:02:32 +00:00
PLIST_FILES= bin/wcalc \
man/man1/wcalc.1.gz
.include <bsd.port.mk>