pkgsrc/x11/kdelibdocs3/Makefile
joerg 72e1b65a77 Follow the changes in Doxygen 1.4.7 and require the new version.
Update the PLIST accordingly and bump the revision.
2006-06-20 16:44:13 +00:00

30 lines
885 B
Makefile

# $NetBSD: Makefile,v 1.41 2006/06/20 16:44:13 joerg Exp $
DISTNAME= kdelibs-${_KDE_VERSION}
PKGNAME= kdelibdocs-${_KDE_VERSION}
PKGREVSION= 1
CATEGORIES= x11 devel
COMMENT= KDE library documentation
.include "../../meta-pkgs/kde3/Makefile.kde3"
BUILD_DEPENDS+= doxygen>=1.4.7:../../devel/doxygen
BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
BUILD_DEPENDS+= qt3-docs>=3.1.1:../../x11/qt3-docs
BUILD_TARGET= apidox
INSTALL_TARGET= install-data-local
UNLIMIT_RESOURCES+= datasize
post-install:
cd ${WRKSRC}; \
DOCDIRS="arts dcop dnssd interfaces kabc kate kdecore kdefx kdeprint kdeui khtml kio kjs kmdi knewstuff kparts kresources kutils kwallet libkmid"; \
for d in $${DOCDIRS}; do \
(cd $${d}; ${GMAKE} install-apidox); \
done
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"