ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/qt5-linguisttools/Makefile
Revision: 21631
Committed: Sat Aug 13 21:30:24 2016 UTC (7 years, 8 months ago) by laffer1
Content type: text/plain
File size: 687 byte(s)
Log Message:
add more qt5 ports

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: head/devel/qt5-linguisttools/Makefile 408682 2016-02-11 10:34:38Z rakuco $
3
4 PORTNAME= linguisttools
5 DISTVERSION= ${QT5_VERSION}
6 CATEGORIES= devel
7 PKGNAMEPREFIX= qt5-
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Qt localization tools
11
12 LICENSE= gpl3
13
14 USE_QT5= core xml buildtools_build qml_build
15 QT_DIST= tools
16 USES= qmake
17
18 BUILD_WRKSRC= ${WRKSRC}/src/linguist
19 INSTALL_WRKSRC= ${WRKSRC}/src/linguist
20
21 post-patch:
22 @${REINPLACE_CMD} -e '/SUBDIRS.*linguist/ d' \
23 ${WRKSRC}/src/linguist/linguist.pro
24
25 post-install:
26 .for f in lrelease lupdate
27 ${INSTALL_MAN} ${WRKSRC}/src/linguist/${f}/${f}.1 \
28 ${STAGEDIR}${MANPREFIX}/man/man1
29 .endfor
30
31 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain