Update deskutils/horde-mnemo to version 4.1.3
[dports.git] / deskutils / libstreams / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       libstreams
4 PORTVERSION=    ${STRIGI_VERSION}
5 PORTREVISION=   1
6 CATEGORIES=     deskutils
7 MASTER_SITES=   ${STRIGI_MASTER_SITES}
8
9 MAINTAINER=     kde@FreeBSD.org
10 COMMENT=        Strigi desktop search: streams library
11
12 USES=           iconv
13 USE_LDCONFIG=   yes
14
15 post-patch:
16         ${REINPLACE_CMD} -e \
17                 's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \
18                 ${WRKSRC}/libstreams/CMakeLists.txt
19
20 .include <${.CURDIR}/../strigi/Makefile.common>
21 .include <bsd.port.pre.mk>
22
23 .if empty(ICONV_LIB)
24 CMAKE_ARGS+=    -DICONV_LIBRARIES:STRING="/usr/lib/libc.so"
25 .endif
26
27 .include <bsd.port.post.mk>