2012-09-01 10:36:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.60 2012/09/01 14:36:57 ajacoutot Exp $
|
2009-09-24 16:08:09 -04:00
|
|
|
|
|
|
|
COMMENT= GObject Introspection
|
|
|
|
|
2012-04-18 04:41:58 -04:00
|
|
|
GNOME_VERSION= 1.32.1
|
2009-09-24 16:08:09 -04:00
|
|
|
GNOME_PROJECT= gobject-introspection
|
2012-09-01 10:36:56 -04:00
|
|
|
REVISION= 1
|
2009-09-24 16:08:09 -04:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2012-03-29 02:29:08 -04:00
|
|
|
SHARED_LIBS += girepository-1.0 3.0 # 1.0
|
2009-09-24 16:08:09 -04:00
|
|
|
|
2010-07-30 01:49:24 -04:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2009-09-24 16:08:09 -04:00
|
|
|
HOMEPAGE= http://live.gnome.org/GObjectIntrospection
|
|
|
|
|
|
|
|
# Library: LGPLv2+
|
|
|
|
# Tools: GPLv2+
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
|
|
|
lang/python \
|
2011-07-11 10:04:42 -04:00
|
|
|
x11/gnome
|
2009-09-24 16:08:09 -04:00
|
|
|
|
2011-04-07 11:09:58 -04:00
|
|
|
WANTLIB += c ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
|
|
|
WANTLIB += m pcre pthread z
|
2009-09-24 16:08:09 -04:00
|
|
|
|
2012-03-29 02:29:08 -04:00
|
|
|
LIB_DEPENDS= devel/glib2>=2.32.0
|
2011-04-07 11:09:58 -04:00
|
|
|
BUILD_DEPENDS= devel/bison \
|
2010-11-15 14:45:56 -05:00
|
|
|
graphics/cairo
|
2011-04-07 11:09:58 -04:00
|
|
|
RUN_DEPENDS= graphics/cairo
|
2009-09-24 16:08:09 -04:00
|
|
|
|
2010-10-27 09:09:35 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2010-10-24 09:40:27 -04:00
|
|
|
USE_GROFF = Yes
|
2009-09-24 16:08:09 -04:00
|
|
|
|
|
|
|
YACC= bison
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
2009-12-22 10:19:52 -05:00
|
|
|
CFLAGS+= -pthread
|
|
|
|
|
2011-05-16 11:14:00 -04:00
|
|
|
SUBST_VARS+= MODPY_SITEPKG CC
|
2009-12-22 10:19:52 -05:00
|
|
|
|
2011-04-27 08:53:01 -04:00
|
|
|
MODPY_ADJ_FILES= giscanner/scannermain.py \
|
|
|
|
giscanner/shlibs.py \
|
|
|
|
giscanner/message.py \
|
|
|
|
tests/offsets/gen-gitestoffsets
|
|
|
|
|
2009-09-24 16:08:09 -04:00
|
|
|
pre-configure:
|
2011-05-14 16:24:02 -04:00
|
|
|
${SUBST_CMD} ${WRKSRC}/giscanner/{dumper,scannermain,sourcescanner}.py
|
2009-09-24 16:08:09 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|