# $OpenBSD: Makefile,v 1.3 2001/08/21 17:22:53 espie Exp $ COMMENT= "X11 toolkit, libraries documentation" CATEGORIES= x11 x11/kde devel NEED_VERSION= 1.363 VERSION= 2.2 PKGNAME= kdelibs-doc-${VERSION} HOMEPAGE= http://www.kde.org DISTFILES= BUILD_DEPENDS= kdoc::x11/kde/kdoc2 \ /nonexistent::x11/kde/libs2:patch \ ${LOCALBASE}/share/doc/qt2/html/classes.html::x11/qt2,-html MAINTAINER= Marc Espie WRKDIST= ${WRKDIR} DDIR= ${PREFIX}/share/doc/html/kdelibs KSRC=`cd ${PORTSDIR} && cd x11/kde/libs2 && make show VARNAME=WRKSRC` do-build: qt2kdoc -u "file:${LOCALBASE}/share/doc/qt2/html" \ -o ${WRKDIST} ${LOCALBASE}/share/doc/qt2/html do-install: mkdir -p ${DDIR} makekdedoc --libdir=${WRKDIST} --outputdir ${DDIR} \ --url "file:${TRUEPREFIX}/share/doc/html/kdelibs" \ --srcdir ${KSRC} # GPL PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes .include