ea792330aa
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/ - This breaks support for libressl again. Patches are welcome. PR: 233705 Exp-run by: antoine
28 lines
620 B
Makefile
28 lines
620 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= linguisttools
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt localization tools
|
|
|
|
USES= compiler:c++11-lang qmake qt-dist:5,tools
|
|
USE_QT= core xml buildtools_build declarative_build
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/src/linguist
|
|
INSTALL_WRKSRC= ${WRKSRC}/src/linguist
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/SUBDIRS.*linguist/ d' \
|
|
${WRKSRC}/src/linguist/linguist.pro
|
|
|
|
post-install:
|
|
.for f in lrelease lupdate
|
|
${INSTALL_MAN} ${WRKSRC}/src/linguist/${f}/${f}.1 \
|
|
${STAGEDIR}${MANPREFIX}/man/man1
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|