summaryrefslogtreecommitdiff
path: root/www/htmldoc-x11/Makefile
blob: fadc949502bf8af01a1f8cf6b9906e882e206d88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.1.1.1 2002/05/06 21:44:43 seb Exp $
#

PKGNAME=		htmldoc-x11-${HTMLDOC_VERSION}

COMMENT=                Converts HTML to indexed HTML, PDF and/or PostScript (GUI available)

DISTINFO_FILE=	${.CURDIR}/../htmldoc/distinfo
PLIST_SRC=	${.CURDIR}/../htmldoc/PLIST

# defined in Makefile.common but x11.buildlink.mk must pick it up
GNU_CONFIGURE=		YES

CONFIGURE_ARGS+=	--with-gui --with-x

CONFLICTS=		htmldoc-[0-9]*

.include "../../x11/fltk/buildlink.mk"
.include "../../graphics/xpm/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../htmldoc/Makefile.common"