30 lines
563 B
Makefile
30 lines
563 B
Makefile
# $OpenBSD: Makefile,v 1.77 2020/05/14 14:50:34 ajacoutot Exp $
|
|
|
|
COMMENT= accessibility toolkit used by gtk+
|
|
|
|
GNOME_PROJECT= atk
|
|
GNOME_VERSION= 2.36.0
|
|
|
|
SHARED_LIBS += atk-1.0 21809.4 # 0.23609.1
|
|
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += glib-2.0 gobject-2.0 intl
|
|
|
|
MODULES= devel/meson \
|
|
x11/gnome
|
|
|
|
MODGNOME_TOOLS= gobject-introspection
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
LIB_DEPENDS= devel/glib2
|
|
|
|
.include <bsd.port.mk>
|