06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
23 lines
435 B
Makefile
23 lines
435 B
Makefile
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
|
|
WWW= https://w-calc.sourceforge.net/
|
|
|
|
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>
|