mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
6ead27eb95
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
22 lines
452 B
Makefile
22 lines
452 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libstreams
|
|
PORTVERSION= ${STRIGI_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= ${STRIGI_MASTER_SITES}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Strigi desktop search: streams library
|
|
|
|
USES= iconv
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e \
|
|
's,$${LIB_DESTINATION}/pkgconfig,libdata/pkgconfig,' \
|
|
${WRKSRC}/libstreams/CMakeLists.txt
|
|
|
|
.include <${.CURDIR}/../strigi/Makefile.common>
|
|
.include <bsd.port.mk>
|