File:  [cvs.NetBSD.org] / pkgsrc / devel / doc++ / Makefile
Revision 1.5: download - view: text, annotated - select for diffs
Thu Jul 17 21:30:20 2003 UTC (21 years, 10 months ago) by grant
Branches: MAIN
CVS tags: HEAD
s/netbsd.org/NetBSD.org/

# $NetBSD: Makefile,v 1.5 2003/07/17 21:30:20 grant Exp $

DISTNAME=		doc++-3.4.9
CATEGORIES=		devel
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=docpp/}

MAINTAINER=		jlam@NetBSD.org
HOMEPAGE=		http://docpp.sourceforge.net/
COMMENT=		documentation system for C, C++ and Java

USE_GMAKE=		yes
USE_BUILDLINK2=		yes
USE_PKGLOCALEDIR=	yes
GNU_CONFIGURE=		yes

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/doc++
	${INSTALL_DATA} ${WRKSRC}/doc/manual/html/* ${PREFIX}/share/doc/doc++

.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>