2017-04-07 07:44:40 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2017/04/07 07:44:40 ajacoutot Exp $
|
2006-11-16 22:47:27 +00:00
|
|
|
|
2007-09-15 20:38:20 +00:00
|
|
|
COMMENT= generic CSS parsing library for GNOME project
|
2006-11-16 22:47:27 +00:00
|
|
|
|
2008-03-18 22:03:34 +00:00
|
|
|
GNOME_PROJECT= libcroco
|
2017-04-07 07:44:40 +00:00
|
|
|
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
|
|
|
|
2012-02-16 22:10:35 +00:00
|
|
|
CATEGORIES= www textproc devel
|
2006-11-16 22:47:27 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://www.freespiders.org/projects/libcroco/
|
|
|
|
|
2017-04-07 07:44:40 +00:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2013-01-24 07:31:58 +00:00
|
|
|
# LGPLv2.1
|
2006-11-16 22:47:27 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2010-08-25 20:45:52 +00:00
|
|
|
|
2017-04-07 07:44:40 +00:00
|
|
|
WANTLIB += c glib-2.0 iconv intl lzma m pcre pthread xml2 z
|
2006-11-16 22:47:27 +00:00
|
|
|
|
2017-04-07 07:44:40 +00:00
|
|
|
MODULES= x11/gnome
|
2006-11-16 22:47:27 +00:00
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS= devel/glib2 \
|
|
|
|
textproc/libxml
|
2006-11-16 22:47:27 +00:00
|
|
|
|
2013-01-24 07:31:58 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
2017-03-12 03:25:35 +00:00
|
|
|
# error: -Bsymbolic-functions requested but not supported by ld
|
2015-08-25 06:36:46 +00:00
|
|
|
CONFIGURE_ARGS += --disable-Bsymbolic
|
|
|
|
|
2006-11-16 22:47:27 +00:00
|
|
|
.include <bsd.port.mk>
|