18 lines
504 B
Makefile
18 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:23 wiz Exp $
|
|
|
|
DISTNAME= doc++-3.3.13
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/doctools/} \
|
|
http://zeus.imaginator.com/doc++/
|
|
|
|
MAINTAINER= jlam@netbsd.org
|
|
HOMEPAGE= http://www.imaginator.com/doc++/
|
|
COMMENT= documentation system for C, C++ and Java
|
|
|
|
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"
|