openbsd-ports/www/netsurf/libparserutils/Makefile
landry 7b2f43f902 Import netsurf-2.5, a very lightweight web browser for RISC OS and UNIX-like
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.
2010-06-29 20:11:13 +00:00

16 lines
350 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/06/29 20:11:13 landry Exp $
COMMENT = utility library for parser building
NETSURF_PROJECT = libparserutils
NETSURF_VERSION = 0.0.2
CATEGORIES = devel
SHARED_LIBS = parserutils 0.0 #0.0.2
pre-build:
echo "CFLAGS += -DWITH_ICONV_FILTER" \
> ${WRKSRC}/build/Makefile.config.override
.include <bsd.port.mk>