openbsd-ports/math/foma/Makefile

31 lines
592 B
Makefile

# $OpenBSD: Makefile,v 1.8 2019/07/12 20:47:40 sthen Exp $
COMMENT = finite-state compiler and C library
DISTNAME = foma-0.9.17
REVISION = 1
SHARED_LIBS += foma 0.1 # 0.9.16
CATEGORIES = math devel
HOMEPAGE = https://bitbucket.org/mhulden/foma
# Apache 2.0
PERMIT_PACKAGE = Yes
WANTLIB += c curses readline z
MASTER_SITES = https://bitbucket.org/mhulden/foma/downloads/
MAKE_FLAGS = CC="${CC}" \
CFLAGS="${CFLAGS}" \
VERSION="${LIBfoma_VERSION}"
FAKE_FLAGS = prefix="${WRKINST}${PREFIX}"
USE_GMAKE = Yes
NO_TEST = Yes
.include <bsd.port.mk>