123456789101112131415161718192021222324252627282930 |
- # $OpenBSD: Makefile,v 1.8 2017/05/07 20:00:25 espie Exp $
- COMMENT = weighted finite-state transducers library
- # requires C++ tr1 headers
- NOT_FOR_ARCHS= ${GCC3_ARCHS}
- DISTNAME = openfst-1.3.1
- REVISION = 0
- SHARED_LIBS += fst 0.0 # 0.0
- SHARED_LIBS += fstscript 0.0 # 0.0
- CATEGORIES = math devel textproc
- HOMEPAGE = http://www.openfst.org/twiki/bin/view/FST/WebHome
- # Apache 2.0
- PERMIT_PACKAGE_CDROM = Yes
- WANTLIB += c m ${LIBCXX}
- MASTER_SITES = http://www.openfst.org/twiki/pub/FST/FstDownload/
- CONFIGURE_STYLE = gnu
- # cheat!
- CONFIGURE_ENV += ac_cv_type_std__tr1__hash_long_long_unsigned_=yes
- .include <bsd.port.mk>
|