105149d30f
Package provided by Benedikt Meurer <bmeurer@unix-ag.org> via pkgsrc-wip. DevHelp is an application to view books created in a conjunction with XML and HTML. This application is commonly used for viewing books about reference libraries, articles or tutorials. It provides the following features: - Full indexing of books in XML - HTML viewer (GtkHTML2) - Search by function, struct, macro or whatever - Auto completion - Commandline search - Emacs and Vim integration
35 lines
1 KiB
Makefile
35 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/09/25 16:04:06 xtraeme Exp $
|
|
|
|
DISTNAME= devhelp-0.7
|
|
CATEGORIES= devel x11
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/devhelp/0.7/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= benedikt.meurer@unix-ag.uni-siegen.de
|
|
HOMEPAGE= http://www.imendio.com/projects/devhelp/
|
|
COMMENT= Documentation viewer based on GNOME2
|
|
|
|
DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PERL5= build
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_X11= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-html-widget=gtkhtml2
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/devhelp
|
|
${INSTALL_DATA} ${WRKSRC}/misc/devhelp.el ${WRKSRC}/misc/devhelp.vim \
|
|
${PREFIX}/share/examples/devhelp
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devhelp
|
|
cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING ChangeLog README TODO \
|
|
${PREFIX}/share/doc/devhelp
|
|
|
|
.include "../../devel/libgnomeui/buildlink2.mk"
|
|
.include "../../www/libgtkhtml/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|