7b2f43f902
platforms. It doesn't do javascript, but who cares about web2.0 anyway ? Sub-projects are : - hubbub : HTML parser - libcss : CSS parser and selection engine - libnsbmp : BMP/ICO decoding library - libnsgif : GIF decoding library - libparserutils : utility library for parser building - libwapcaplet : string internment library Currently SIGBUS'es on sparc64 in libcss, being worked on with upstream. Loosely based on a submission from Anthony J Bentley, reworked by myself.
18 lines
374 B
Makefile
18 lines
374 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/29 20:11:13 landry Exp $
|
|
|
|
COMMENT = HTML parser
|
|
|
|
NETSURF_PROJECT = hubbub
|
|
NETSURF_VERSION = 0.0.2
|
|
|
|
CATEGORIES = www
|
|
SHARED_LIBS = hubbub 0.0 #0.0.2
|
|
|
|
LIB_DEPENDS = parserutils::www/netsurf/libparserutils
|
|
|
|
# regress broken - needs an old version of json-c
|
|
# REGRESS_DEPENDS = ::devel/json-c
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|