1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/math/wcalc/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

25 lines
456 B
Makefile

# 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: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>