1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/deskutils/strigiutils/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

16 lines
370 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:deskutils/libstreams \
libstreamanalyzer.so:deskutils/libstreamanalyzer
.include <${.CURDIR}/../strigi/Makefile.common>
.include <bsd.port.mk>