23 lines
476 B
Makefile
23 lines
476 B
Makefile
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
|
|
|
|
SITES = ${SITE_GNU:=bc/}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS = --program-prefix=g \
|
|
--with-libedit
|
|
|
|
.include <bsd.port.mk>
|