openbsd-ports/www/netsurf/libcss/Makefile
landry a343726624 Update to libcss 0.0.2, diff from Anthony J Bentley (thanks!) with a
tweak by me : no SHARED_LIBS bump as there's only a comment change in
installed headers.
2010-09-30 19:44:06 +00:00

15 lines
324 B
Makefile

# $OpenBSD: Makefile,v 1.2 2010/09/30 19:44:06 landry Exp $
COMMENT = CSS parser and selection engine
NETSURF_PROJECT = libcss
NETSURF_VERSION = 0.0.2
CATEGORIES = www
SHARED_LIBS = css 0.0 #0.0.2
LIB_DEPENDS = parserutils::www/netsurf/libparserutils \
wapcaplet::www/netsurf/libwapcaplet
.include <bsd.port.mk>