a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20267 2006-11-01 01:45:51Z blair@macports.org $
PortSystem 1.0
name clucene
version 0.9.15
categories devel
platforms darwin
maintainers dinh.viet.hoa@free.fr
description Clucene is a C++ port of Lucene: the high-performance, \
full-featured text search engine written in Java.
long_description ${description}
distfiles ${name}-core-${version}.tar.bz2
use_bzip2 yes
worksrcdir ${name}-core-${version}
homepage http://clucene.sourceforge.net/
master_sites sourceforge
checksums sha1 8bf54666a02a9c8dda582828d14525052f862c1e
platform darwin 8 {
configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}