Files

22 lines
435 B
Makefile
Raw Permalink Normal View History

COMMENT = GNU version of the arbitrary precision calculators bc and dc
DISTNAME = bc-1.07.1
PKGNAME = g${DISTNAME}
2024-04-02 04:45:17 +00:00
REVISION = 1
CATEGORIES = math
HOMEPAGE = https://www.gnu.org/software/bc/
MAINTAINER = Ivan Ivanov <rambiusparkisanius@gmail.com>
# GPLv3+
PERMIT_PACKAGE = Yes
WANTLIB += c curses edit
2023-09-27 09:27:52 +00:00
SITES = ${SITE_GNU:=bc/}
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --program-prefix=g \
--with-libedit
.include <bsd.port.mk>