2006-08-10 03:45:03 +02:00
|
|
|
# New ports collection makefile for: clucene
|
|
|
|
# Date created: 2006-08-09
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= clucene
|
2007-07-30 04:06:36 +02:00
|
|
|
PORTVERSION= 0.9.19
|
2006-08-10 03:45:03 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= SF
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= ${PORTNAME}-core-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= CLucene is a C++ port of Lucene
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GCC= 3.2+
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-09-28 04:30:02 +02:00
|
|
|
.if defined(WITH_ASCII_SUPPORT)
|
|
|
|
CONFIGURE_ARGS+= --enable-ascii
|
|
|
|
.endif
|
|
|
|
|
2006-08-10 03:45:03 +02:00
|
|
|
.if ${OSVERSION} < 500016
|
|
|
|
CONFIGURE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|