b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
34 lines
765 B
Makefile
34 lines
765 B
Makefile
# Created by: lofi@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= assistant
|
|
PORTVERSION= 4.6.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= QT
|
|
PKGNAMEPREFIX= qt4-
|
|
PKGNAMESUFFIX= -adp
|
|
DISTNAME= qt-assistant-qassistantclient-library-compat-src-${PORTVERSION}
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt *.adp-compatible documentation browser
|
|
|
|
USE_QT= moc_build rcc_build uic_build corelib \
|
|
gui network xml doc dbus
|
|
USES= qmake qt:4
|
|
QMAKE_ARGS= QT_CONFIG+="dbus" QT_PRODUCT="OpenSource"
|
|
|
|
ALL_TARGET= first
|
|
|
|
DESCR= ${.CURDIR:H:H}/devel/qt4/pkg-descr
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:C/src/version/}
|
|
|
|
PLIST_FILES= bin/assistant_adp
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e 's|$$$$\[QT_INSTALL_BINS]|${PREFIX}/bin|g' \
|
|
${WRKSRC}/compat.pro
|
|
|
|
.include <bsd.port.mk>
|