mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
26 lines
472 B
Makefile
26 lines
472 B
Makefile
# Created by: Amarendra Godbole <amarendra.godbole@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wcalc
|
|
PORTVERSION= 2.5
|
|
PORTREVISION= 2
|
|
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>
|