2015-03-28 17:02:49 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= qt5ct
|
2017-02-05 09:34:35 +01:00
|
|
|
PORTVERSION= 0.30
|
2015-03-28 17:02:49 +01:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
|
2016-05-05 10:06:09 +02:00
|
|
|
MAINTAINER= olivierd@FreeBSD.org
|
2015-03-28 17:02:49 +01:00
|
|
|
COMMENT= Qt 5 configuration tool
|
|
|
|
|
2016-01-11 22:11:24 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2016-09-20 12:00:47 +02:00
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfreetype.so:print/freetype2
|
|
|
|
|
|
|
|
USES= gettext-runtime qmake tar:bz2
|
|
|
|
USE_QT5= core dbus gui svg widgets buildtools_build \
|
|
|
|
linguisttools_build
|
|
|
|
USE_GL= egl gl
|
|
|
|
USE_XORG= x11 xext xrender
|
2017-01-25 17:29:58 +01:00
|
|
|
USE_GNOME= glib20
|
2015-03-28 17:02:49 +01:00
|
|
|
|
2015-03-31 23:17:47 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2015-08-24 23:04:33 +02:00
|
|
|
post-install-DOCS-on:
|
2015-03-31 23:17:47 +02:00
|
|
|
${MKDIR} ${STAGEDIR}/${DOCSDIR} && \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR}
|
|
|
|
|
2015-03-28 17:02:49 +01:00
|
|
|
.include <bsd.port.mk>
|