blob: a9bb7543b5c8f6643ba2bc61b0b3659dc6b7ea36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.21 2005/05/24 14:24:45 rillig Exp $
#
.include "Makefile.common"
PKGNAME= htmldoc-${HTMLDOC_VERSION}
PKGREVISION= 2
COMMENT= Converts HTML to indexed HTML, PDF and/or PostScript
CONFLICTS= htmldoc-x11-[0-9]*
CONFIGURE_ARGS+= --without-gui --without-x
.include "../../mk/bsd.pkg.mk"
|