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.
15 lines
317 B
Makefile
15 lines
317 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/06/29 20:11:13 landry Exp $
|
|
|
|
COMMENT = string internment library
|
|
|
|
NETSURF_PROJECT = libwapcaplet
|
|
NETSURF_VERSION = 0.0.2
|
|
|
|
CATEGORIES= devel
|
|
SHARED_LIBS = wapcaplet 0.0 #0.0.2
|
|
|
|
NO_REGRESS = Yes #failing test on gcc3 archs
|
|
REGRESS_DEPENDS += ::devel/check
|
|
|
|
.include <bsd.port.mk>
|