ports/math/gbc/Makefile

24 lines
476 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
BROKEN-sparc64 = Bus error during build
COMMENT = GNU version of the arbitrary precision calculators bc and dc
DISTNAME = bc-1.07.1
PKGNAME = g${DISTNAME}
REVISION = 0
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 17:15:09 +00:00
SITES = ${SITE_GNU:=bc/}
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --program-prefix=g \
--with-libedit
.include <bsd.port.mk>