mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
19 lines
382 B
Makefile
19 lines
382 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libmediawiki
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
CATEGORIES= net kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE4 library for accessing MediaWiki sites
|
|
|
|
.include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common"
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
|
|
${WRKSRC}/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|