mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
a14d5f8d2d
Approvedy by: kde (makc)
20 lines
365 B
Makefile
20 lines
365 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= uitools
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt Designer UI forms support module
|
|
|
|
USE_QT5= core widgets buildtools_build
|
|
QT_DIST= tools
|
|
USES= qmake
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
WRKSRC_SUBDIR= src/designer/src/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|