Makefile 674 B

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