32 lines
686 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.31 2017/04/07 07:44:40 ajacoutot Exp $
COMMENT= generic CSS parsing library for GNOME project
GNOME_PROJECT= libcroco
GNOME_VERSION= 0.6.12
2013-01-24 07:31:58 +00:00
2015-10-31 11:08:39 +00:00
SHARED_LIBS += croco-0.6 4.0 # 3.1
2013-01-24 07:31:58 +00:00
CATEGORIES= www textproc devel
HOMEPAGE= http://www.freespiders.org/projects/libcroco/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2013-01-24 07:31:58 +00:00
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c glib-2.0 iconv intl lzma m pcre pthread xml2 z
MODULES= x11/gnome
2010-11-22 08:36:47 +00:00
LIB_DEPENDS= devel/glib2 \
textproc/libxml
2013-01-24 07:31:58 +00:00
CONFIGURE_STYLE= gnu
# error: -Bsymbolic-functions requested but not supported by ld
CONFIGURE_ARGS += --disable-Bsymbolic
.include <bsd.port.mk>