1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/misc/qt4-doc/Makefile
Alberto Villa eeab42deb5 - Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"
component. [1]
- While here, fix typo in PORT_OPTIONS check in avidemux2.

Reported by:	miwi via IRC [1]
With hat on:	kde [1]
2012-06-06 11:41:50 +00:00

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>