blob: 726b019732d0222a2f63c317de467a6d063d2431 (
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
30
31
32
|
# New ports collection makefile for: clucene-contrib
# Date created: 2010-10-4
# Whom: Tom Judge <tom@tomjudge.com>
#
# $FreeBSD$
#
PORTNAME= clucene-contrib
PORTVERSION= 0.9.16a
CATEGORIES= textproc
MASTER_SITES= SF/clucene/clucene-contribs-unstable/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= tom@tomjudge.com
COMMENT= CLucene Contrib Code and Tools
LIB_DEPENDS= clucene.0:${PORTSDIR}/textproc/clucene
BUILD_DEPENDS= ${LOCALBASE}/include/iconv.h:${PORTSDIR}/converters/libiconv
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:22
USE_DOS2UNIX= yes
.include <bsd.port.pre.mk>
.if defined(WITH_ASCII_SUPPORT)
CONFIGURE_ARGS+= --enable-ascii
.endif
.include <bsd.port.post.mk>
|