31 lines
601 B
Makefile
31 lines
601 B
Makefile
# $OpenBSD: Makefile,v 1.6 2017/08/22 19:25:52 jasper Exp $
|
|
|
|
COMMENT = finite-state compiler and C library
|
|
|
|
DISTNAME = foma-0.9.17
|
|
REVISION = 0
|
|
|
|
SHARED_LIBS += foma 0.1 # 0.9.16
|
|
|
|
CATEGORIES = math devel
|
|
|
|
HOMEPAGE = https://bitbucket.org/mhulden/foma
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c readline termcap 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>
|