mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
a14d5f8d2d
Approvedy by: kde (makc)
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= help
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
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>
|