Changeset View
Changeset View
Standalone View
Standalone View
misc/qt5-doc/Makefile
| # Created by: Marie Loise Nolden <nolden@kde.org> | # Created by: Marie Loise Nolden <nolden@kde.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= doc | PORTNAME= doc | ||||
| DISTVERSION= ${QT5_VERSION} | DISTVERSION= ${QT5_VERSION} | ||||
| CATEGORIES= misc | CATEGORIES= misc | ||||
| MASTER_SITES= QT/official_releases/qt/${QT5_VERSION:R}/${QT5_VERSION}/single | MASTER_SITES= QT/snapshots/qt/${_QT_VERSION:R}/${_QT_VERSION}/latest_src | ||||
| PKGNAMEPREFIX= qt5- | PKGNAMEPREFIX= qt5- | ||||
| DISTNAME= qt-everywhere-opensource-src-${QT5_VERSION} | DISTNAME= qt-everywhere-opensource-src-${QT5_VERSION} | ||||
| DIST_SUBDIR= KDE/Qt/${QT5_VERSION} | DIST_SUBDIR= KDE/Qt/${QT5_VERSION} | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= Qt 5 documentation | COMMENT= Qt 5 documentation | ||||
| USES= gmake python:build qmake:norecursive,outsource tar:xz | USES= gmake python:build qmake:norecursive,outsource tar:xz | ||||
| USE_QT5= buildtools_build concurrent_build help_build qdoc_build | USE_QT5= buildtools_build concurrent_build help_build qdoc_build \ | ||||
| sql_build sql-sqlite3_build | |||||
| QMAKE_SOURCE_PATH= ${WRKSRC}/qt.pro | QMAKE_SOURCE_PATH= ${WRKSRC}/qt.pro | ||||
| ALL_TARGET= docs | ALL_TARGET= docs | ||||
| DESCR= ${.CURDIR:H:H}/devel/qt5/pkg-descr | DESCR= ${.CURDIR:H:H}/devel/qt5/pkg-descr | ||||
| NO_ARCH= yes | NO_ARCH= yes | ||||
| # The default qconfig.pri that qmake reads comes from devel/qt5-core and thus | # The default qconfig.pri that qmake reads comes from devel/qt5-core and thus | ||||
| # disables a lot of items. We re-enable the most important ones below so that | # disables a lot of items. We re-enable the most important ones below so that | ||||
| Show All 33 Lines | |||||