2013-01-20 23:53:41 +01:00
|
|
|
# Created by: Frederic Dubuy <fdubuy@free.fr>
|
2002-06-23 10:18:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mifluz
|
2013-01-20 23:53:41 +01:00
|
|
|
PORTVERSION= 0.25.0
|
2002-06-23 10:18:08 +02:00
|
|
|
CATEGORIES= textproc
|
2008-07-18 01:12:29 +02:00
|
|
|
MASTER_SITES= GNU
|
2002-06-23 10:18:08 +02:00
|
|
|
|
2013-02-13 07:04:08 +01:00
|
|
|
MAINTAINER= pclin@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= C++ library to build and query a full text inverted index
|
2002-06-23 10:18:08 +02:00
|
|
|
|
2013-01-20 23:53:41 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
|
|
|
USE_GCC= any
|
2013-04-27 20:25:24 +02:00
|
|
|
USES= bison pathfix iconv
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2008-07-18 01:12:29 +02:00
|
|
|
CONFIGURE_ARGS= --without-unac
|
|
|
|
USE_LDCONFIG= yes
|
2002-06-23 10:18:08 +02:00
|
|
|
|
2008-07-18 01:12:29 +02:00
|
|
|
SUB_FILES= pkg-message
|
2002-11-24 11:51:18 +01:00
|
|
|
|
2008-07-18 01:12:29 +02:00
|
|
|
INFO= mifluz
|
2002-06-23 10:18:08 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2002-06-23 10:18:08 +02:00
|
|
|
|
2002-07-31 11:45:44 +02:00
|
|
|
post-patch:
|
2008-07-18 01:12:29 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-D_THREAD_SAFE -pthread|${PTHREAD_CFLAGS}|g' \
|
|
|
|
${WRKSRC}/configure
|
2002-07-31 11:45:44 +02:00
|
|
|
|
2002-06-23 10:18:08 +02:00
|
|
|
|
2007-11-22 14:33:06 +01:00
|
|
|
.include <bsd.port.mk>
|