1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/libmediawiki/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

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>