43a46c6993
Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run.
40 lines
949 B
Makefile
40 lines
949 B
Makefile
# New ports collection makefile for: qt40
|
|
# Date created: Wed Jun 29 11:49:42 CEST 2005
|
|
# Whom: lofi@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= assistant
|
|
PORTVERSION= 4.6.3
|
|
CATEGORIES?= devel
|
|
MASTER_SITES= ${MASTER_SITE_QT}
|
|
PKGNAMEPREFIX= qt4-
|
|
PKGNAMESUFFIX= -adp
|
|
DISTNAME= qt-assistant-qassistantclient-library-compat-src-${PORTVERSION}
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt documentation browser, adp compat version
|
|
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build corelib \
|
|
gui network xml doc dbus
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
ALL_TARGET= first
|
|
|
|
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
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
|
|
${QMAKE} -spec ${QMAKESPEC} QT_CONFIG+="dbus" \
|
|
QT_PRODUCT="OpenSource" ${QMAKEFLAGS}
|
|
|
|
.include <bsd.port.mk>
|