mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
2861069fbc
Approved by: portmgr blanket
34 lines
626 B
Makefile
34 lines
626 B
Makefile
# Created by: Frederic Dubuy <fdubuy@free.fr>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mifluz
|
|
PORTVERSION= 0.25.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= pclin@FreeBSD.org
|
|
COMMENT= C++ library to build and query a full text inverted index
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GCC= any
|
|
USES= bison iconv libtool makeinfo pathfix
|
|
GNU_CONFIGURE= yes
|
|
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>
|