freebsd-ports/textproc/mifluz/Makefile

33 lines
597 B
Makefile
Raw Normal View History

# Created by: Frederic Dubuy <fdubuy@free.fr>
# $FreeBSD$
PORTNAME= mifluz
PORTVERSION= 0.25.0
CATEGORIES= textproc
MASTER_SITES= GNU
MAINTAINER= pclin@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= C++ library to build and query a full text inverted index
LICENSE= GPLv3
USE_GCC= any
USES= bison pathfix iconv
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --without-unac
USE_LDCONFIG= yes
SUB_FILES= pkg-message
INFO= mifluz
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|-D_THREAD_SAFE -pthread|${PTHREAD_CFLAGS}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>