mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
20 lines
398 B
Makefile
20 lines
398 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libmediawiki
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
PORTREVISION= 3
|
|
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>
|