forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
15 lines
394 B
Makefile
15 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= strigiutils
|
|
PORTVERSION= ${STRIGI_VERSION}
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${STRIGI_MASTER_SITES}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Strigi desktop search: utilities
|
|
|
|
LIB_DEPENDS= libstreams.so:${PORTSDIR}/deskutils/libstreams \
|
|
libstreamanalyzer.so:${PORTSDIR}/deskutils/libstreamanalyzer
|
|
|
|
.include <${.CURDIR}/../strigi/Makefile.common>
|
|
.include <bsd.port.mk>
|