ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/qt5-uitools/Makefile
Revision: 21817
Committed: Sun Aug 21 22:54:15 2016 UTC (7 years, 8 months ago) by laffer1
Content type: text/plain
File size: 532 byte(s)
Log Message:
add license

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: head/devel/qt5-uitools/Makefile 407169 2016-01-24 18:10:14Z rakuco $
3
4 PORTNAME= uitools
5 DISTVERSION= ${QT5_VERSION}
6 CATEGORIES= devel
7 PKGNAMEPREFIX= qt5-
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Qt Designer UI forms support module
11
12 LICENSE= gpl3
13
14 USE_QT5= core gui uiplugin widgets buildtools_build
15 QT_DIST= tools
16 USES= qmake
17 USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
18
19 BUILD_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}
20 INSTALL_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME}
21
22 .include <bsd.port.mk>

Properties

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