2019-07-12 20:43:27 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2019/07/12 20:44:04 sthen Exp $
|
2010-09-30 12:55:42 +00:00
|
|
|
|
2015-09-24 10:31:51 +00:00
|
|
|
COMMENT= C++ binding for the ATK library
|
2010-09-30 12:55:42 +00:00
|
|
|
|
2015-09-24 10:31:51 +00:00
|
|
|
GNOME_PROJECT= atkmm
|
2018-11-05 08:38:09 +00:00
|
|
|
GNOME_VERSION= 2.28.0
|
2015-09-24 10:31:51 +00:00
|
|
|
PKGNAME= atk2mm-${GNOME_VERSION}
|
2010-12-09 17:14:04 +00:00
|
|
|
|
2015-09-24 10:31:51 +00:00
|
|
|
CATEGORIES= devel
|
2010-09-30 12:55:42 +00:00
|
|
|
|
2015-09-24 10:31:51 +00:00
|
|
|
SHARED_LIBS += atkmm-1.6 10.1 # 2.0
|
2010-09-30 12:55:42 +00:00
|
|
|
|
2015-09-24 10:31:51 +00:00
|
|
|
HOMEPAGE= http://www.gtkmm.org/
|
2010-09-30 12:55:42 +00:00
|
|
|
|
2015-09-24 10:31:51 +00:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
2014-10-10 12:52:53 +00:00
|
|
|
|
2010-09-30 12:55:42 +00:00
|
|
|
# LGPLv2.1
|
2019-07-12 20:43:27 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2010-09-30 12:55:42 +00:00
|
|
|
|
2011-10-26 12:26:15 +00:00
|
|
|
WANTLIB += atk-1.0 ffi glib-2.0 glibmm-2.4 gmodule-2.0 gobject-2.0
|
2017-11-21 00:12:59 +00:00
|
|
|
WANTLIB += iconv intl m pcre pthread sigc-2.0
|
2017-07-27 09:34:37 +00:00
|
|
|
WANTLIB += ${COMPILER_LIBCXX}
|
2010-09-30 12:55:42 +00:00
|
|
|
|
2017-11-21 00:12:59 +00:00
|
|
|
MODULES= x11/gnome
|
2015-09-24 10:31:51 +00:00
|
|
|
# c++11
|
2017-11-16 23:20:37 +00:00
|
|
|
COMPILER = base-clang ports-gcc
|
2010-09-30 12:55:42 +00:00
|
|
|
|
2015-09-24 10:31:51 +00:00
|
|
|
LIB_DEPENDS= devel/glib2mm \
|
|
|
|
devel/atk
|
2010-09-30 12:55:42 +00:00
|
|
|
|
2015-09-24 10:31:51 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= --enable-static \
|
|
|
|
--disable-dependency-tracking
|
2010-09-30 12:55:42 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|