freebsd-ports/devel/qt5-help/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

23 lines
459 B
Makefile

# $FreeBSD$
PORTNAME= help
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 2
CATEGORIES= devel
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt online help integration module
USE_QT5= clucene core gui network sql widgets buildtools_build
QT_DIST= tools
USES= qmake
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
WRKSRC_SUBDIR= src/assistant
post-patch:
@${REINPLACE_CMD} -Ee 's,(clucene|assistant),,' \
${WRKSRC}/assistant.pro
.include <bsd.port.mk>