Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= qt5ct |
3 |
PORTNAME= qt5ct |
4 |
PORTVERSION= 0.20 |
4 |
PORTVERSION= 0.21 |
5 |
CATEGORIES= misc |
5 |
CATEGORIES= misc |
6 |
MASTER_SITES= SF/${PORTNAME} |
6 |
MASTER_SITES= SF/${PORTNAME} |
7 |
|
7 |
|
Lines 8-15
Link Here
|
8 |
MAINTAINER= makc@FreeBSD.org |
8 |
MAINTAINER= makc@FreeBSD.org |
9 |
COMMENT= Qt 5 configuration tool |
9 |
COMMENT= Qt 5 configuration tool |
10 |
|
10 |
|
|
|
11 |
LICENSE= BSD2CLAUSE |
12 |
|
11 |
USES= qmake tar:bz2 |
13 |
USES= qmake tar:bz2 |
12 |
USE_QT5= gui svg widgets buildtools_build linguisttools_build |
14 |
USE_QT5= gui svg widgets buildtools_build linguisttools_build |
|
|
15 |
USE_LDCONFIG= yes |
13 |
|
16 |
|
14 |
OPTIONS_DEFINE= DOCS |
17 |
OPTIONS_DEFINE= DOCS |
15 |
|
18 |
|