afresh1 f29dd93ef8 Update math/libtommath to 1.0.1
With passing tests.  Needed for upcoming perl6 update

ok bcallah@
2017-11-25 21:42:51 +00:00

32 lines
617 B
Makefile

# $OpenBSD: Makefile,v 1.7 2017/11/25 21:42:51 afresh1 Exp $
COMMENT = number theoretic multiple-precision integer library
CATEGORIES = math
HOMEPAGE = http://libtom.net/
MAINTAINER = Dmitrij D. Czarkoff <czarkoff@openbsd.org>
GH_ACCOUNT = libtom
GH_PROJECT = libtommath
GH_TAGNAME = v1.0.1
# WTFPL
PERMIT_PACKAGE_CDROM = 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>