fb167b7068
Strigi is a daemon which uses a very fast and efficient crawler that can index data on your harddrive. Indexing operations are performed without hammering your system, this makes Strigi the fastest and smallest desktop searching program. Strigi can index different file formats, including the contents of the archive files.
29 lines
947 B
Makefile
29 lines
947 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/11/04 11:11:50 markd Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
STRIGI_BUILDLINK3_MK:= ${STRIGI_BUILDLINK3_MK}+
|
|
|
|
.if ${BUILDLINK_DEPTH} == "+"
|
|
BUILDLINK_DEPENDS+= strigi
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nstrigi}
|
|
BUILDLINK_PACKAGES+= strigi
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}strigi
|
|
|
|
.if ${STRIGI_BUILDLINK3_MK} == "+"
|
|
BUILDLINK_API_DEPENDS.strigi+= strigi>=0.5.10
|
|
BUILDLINK_PKGSRCDIR.strigi?= ../../sysutils/strigi
|
|
|
|
PRINT_PLIST_AWK+= /^@dirrm lib\/strigi$$/ \
|
|
{ print "@comment in strigi: " $$0; next; }
|
|
.endif # STRIGI_BUILDLINK3_MK
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../textproc/libclucene/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|