Add introspection support (needed for on-going GNOME 3 work).
This commit is contained in:
parent
fc300425bd
commit
559e673165
@ -1,10 +1,12 @@
|
|||||||
# $OpenBSD: Makefile,v 1.34 2011/04/05 07:10:48 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.35 2011/04/07 07:15:02 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= accessibility toolkit used by gtk+
|
COMMENT= accessibility toolkit used by gtk+
|
||||||
|
|
||||||
GNOME_PROJECT= atk
|
GNOME_PROJECT= atk
|
||||||
GNOME_VERSION= 2.0.0
|
GNOME_VERSION= 2.0.0
|
||||||
|
|
||||||
|
REVISION= 0
|
||||||
|
|
||||||
SHARED_LIBS += atk-1.0 2800.1 # 9.1
|
SHARED_LIBS += atk-1.0 2800.1 # 9.1
|
||||||
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
@ -25,6 +27,8 @@ WANTLIB += pcre glib-2.0 gobject-2.0 gthread-2.0
|
|||||||
MODULES= devel/gettext \
|
MODULES= devel/gettext \
|
||||||
x11/gnome
|
x11/gnome
|
||||||
|
|
||||||
|
BUILD_DEPENDS= devel/gobject-introspection
|
||||||
|
|
||||||
LIB_DEPENDS= devel/glib2
|
LIB_DEPENDS= devel/glib2
|
||||||
|
|
||||||
USE_GMAKE= Yes
|
USE_GMAKE= Yes
|
||||||
@ -35,6 +39,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
--disable-introspection
|
--enable-introspection
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.13 2011/04/05 07:10:48 ajacoutot Exp $
|
@comment $OpenBSD: PLIST,v 1.14 2011/04/07 07:15:02 ajacoutot Exp $
|
||||||
%%SHARED%%
|
%%SHARED%%
|
||||||
include/atk-1.0/
|
include/atk-1.0/
|
||||||
include/atk-1.0/atk/
|
include/atk-1.0/atk/
|
||||||
@ -32,10 +32,14 @@ include/atk-1.0/atk/atktable.h
|
|||||||
include/atk-1.0/atk/atktext.h
|
include/atk-1.0/atk/atktext.h
|
||||||
include/atk-1.0/atk/atkutil.h
|
include/atk-1.0/atk/atkutil.h
|
||||||
include/atk-1.0/atk/atkvalue.h
|
include/atk-1.0/atk/atkvalue.h
|
||||||
|
lib/girepository-1.0/
|
||||||
|
lib/girepository-1.0/Atk-1.0.typelib
|
||||||
lib/libatk-1.0.a
|
lib/libatk-1.0.a
|
||||||
lib/libatk-1.0.la
|
lib/libatk-1.0.la
|
||||||
lib/pkgconfig/
|
lib/pkgconfig/
|
||||||
lib/pkgconfig/atk.pc
|
lib/pkgconfig/atk.pc
|
||||||
|
share/gir-1.0/
|
||||||
|
share/gir-1.0/Atk-1.0.gir
|
||||||
share/gtk-doc/
|
share/gtk-doc/
|
||||||
share/gtk-doc/html/
|
share/gtk-doc/html/
|
||||||
share/gtk-doc/html/atk/
|
share/gtk-doc/html/atk/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user