blob: 9c8fea8f31a59f1f1e2b8e81450595ef7df5c713 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: clucene
# Date created: 2006-08-09
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= clucene
PORTVERSION= 0.9.21
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_AUTOTOOLS= libtool:15
.include <bsd.port.pre.mk>
.if defined(WITH_ASCII_SUPPORT)
CONFIGURE_ARGS+= --enable-ascii
.endif
.include <bsd.port.post.mk>
|