# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 name clucene version 0.9.21b categories devel platforms darwin maintainers free.fr:dinh.viet.hoa openmaintainer license {Apache-2 LGPL} description Clucene is a C++ port of Lucene: the high-performance, \ full-featured text search engine written in Java. long_description ${description} distname ${name}-core-${version} use_bzip2 yes homepage http://clucene.sourceforge.net/ master_sites sourceforge checksums md5 ba1a8f764a2ca19c66ad907dddd88352 \ sha1 8bc505b64f82723c2dc901036cb0607500870973 \ rmd160 e04ca10ca755cdd9c7bf5ccdd34a91c0007de1d4 post-configure { if {[variant_isset universal]} { reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool } } livecheck.regex "${name}-core-(\\d+\.\\d+\.\\d+\[a-z\]*)${extract.suffix}"