ports/math/libtommath/Makefile

28 lines
491 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = number theoretic multiple-precision integer library
CATEGORIES = math
HOMEPAGE = http://libtom.net/
GH_ACCOUNT = libtom
GH_PROJECT = libtommath
GH_TAGNAME = v1.2.0
# WTFPL
PERMIT_PACKAGE = Yes
MAKE_FLAGS = CC="${CC}" \
IGNORE_SPEED=Yes \
V=1 \
PREFIX=
FAKE_FLAGS = DESTDIR=${WRKINST}${PREFIX} \
LIBPATH=/lib \
INCPATH=/include
USE_GMAKE = Yes
MAKE_FILE = makefile
ALL_TARGET = default
TEST_TARGET = coverage
CFLAGS += -fPIC
.include <bsd.port.mk>