Reimport to the correct location... hope no-one's got the time to grab
the wrong x11/kde/libs2-doc thingy. Thanks wilfried@
This commit is contained in:
parent
ce90c208ed
commit
eab5a41d40
43
x11/kde/libs2-doc/Makefile
Normal file
43
x11/kde/libs2-doc/Makefile
Normal file
@ -0,0 +1,43 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/30 13:45:37 espie Exp $
|
||||
|
||||
COMMENT= "X11 toolkit, libraries documentation"
|
||||
CATEGORIES= x11 x11/kde devel
|
||||
NEED_VERSION= 1.363
|
||||
VERSION= 2.1.1
|
||||
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 <espie@openbsd.org>
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
DDIR= ${PREFIX}/share/doc/html/kdelibs
|
||||
|
||||
KSRC=`cd ${PORTSDIR} && cd x11/kde/libs2 && make show VARNAME=WRKSRC`
|
||||
|
||||
post-extract:
|
||||
mkdir -p ${IDIR}
|
||||
|
||||
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 <bsd.port.mk>
|
2
x11/kde/libs2-doc/pkg/DESCR
Normal file
2
x11/kde/libs2-doc/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
Documentation to the kde base libraries,
|
||||
extracted from the kdelibs2 sources by kdoc.
|
1603
x11/kde/libs2-doc/pkg/PLIST
Normal file
1603
x11/kde/libs2-doc/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user