mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
eeab42deb5
component. [1] - While here, fix typo in PORT_OPTIONS check in avidemux2. Reported by: miwi via IRC [1] With hat on: kde [1]
31 lines
607 B
Makefile
31 lines
607 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_QT4= # empty
|
|
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>
|