HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/math/openfst/Makefile
# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
# $FreeBSD: head/math/openfst/Makefile 543473 2020-07-26 11:44:33Z demon $

PORTNAME=	openfst
PORTVERSION=	1.7.9
CATEGORIES=	math
MASTER_SITES=	http://www.openfst.org/twiki/pub/FST/FstDownload/

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Library for working with weighted finite-state transducers (FSTs)

LICENSE=	APACHE20

DEPRECATED=	Uses deprecated version of python
EXPIRATION_DATE=	2020-09-15

USES=		compiler:c++11-lib libtool python:3.6+
USE_LDCONFIG=	${PREFIX}/lib/fst
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--enable-bin --enable-compress --enable-python --enable-special --enable-fsts --enable-grm --enable-linear-fsts --enable-ngram-fsts
LDFLAGS+=	"-L${LOCALBASE}/lib"
MAKE_ENV+=	PYTHON=${PYTHON_CMD}

.include <bsd.port.mk>