mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
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.
31 lines
604 B
Makefile
31 lines
604 B
Makefile
# -*-mode: makefile-*-
|
|
# New ports collection makefile for: qt40
|
|
# Date created: Wed Jun 29 11:49:42 CEST 2005
|
|
# Whom: lofi@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= doc
|
|
DISTVERSION= ${QT4_VERSION}
|
|
CATEGORIES?= misc
|
|
PKGNAMEPREFIX= qt4-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Multiplatform C++ application framework
|
|
|
|
USE_QT_VER= 4
|
|
QT_DIST= yes
|
|
NO_BUILD= yes
|
|
|
|
EXTRACT_AFTER_ARGS=| ${TAR} -xf - '${DISTNAME}/doc'
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/qt4
|
|
|
|
do-install:
|
|
${MKDIR} ${DOCSDIR} && \
|
|
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${DOCSDIR} && \
|
|
${COPYTREE_SHARE} qch ${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|