a343726624
tweak by me : no SHARED_LIBS bump as there's only a comment change in installed headers.
15 lines
324 B
Makefile
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>
|