freebsd-ports/math/wcalc/Makefile
Alexey Dokuchaev 08414216f2 - Update to version 2.5
- Define LICENSE (GPLv2), switch to USES=localbase
- Drop redundant DISTNAME and CONFIGURE_ARGS assignments
- Remove old-school attribution from pkg-descr

PR:		203959 (modified)
Approved by:	maintainer timeout (33 days)
2015-11-22 08:03:51 +00:00

24 lines
480 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:${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>