pkgsrc/devel/glib2/Makefile

64 lines
2.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.219 2014/05/29 23:35:35 wiz Exp $
.include "Makefile.common"
CATEGORIES= devel gnome
PKGREVISION= 2
COMMENT= Some useful routines for C programming (glib2)
2004-04-24 06:56:17 +02:00
USE_TOOLS+= msgfmt perl:run readlink
PKGCONFIG_OVERRIDE+= glib-2.0.pc.in
PKGCONFIG_OVERRIDE+= gmodule-2.0.pc.in
PKGCONFIG_OVERRIDE+= gmodule-export-2.0.pc.in
PKGCONFIG_OVERRIDE+= gmodule-no-export-2.0.pc.in
PKGCONFIG_OVERRIDE+= gobject-2.0.pc.in
PKGCONFIG_OVERRIDE+= gthread-2.0.pc.in
PKGCONFIG_OVERRIDE+= gio-2.0.pc.in
PKGCONFIG_OVERRIDE+= gio-unix-2.0.pc.in
PKGCONFIG_OVERRIDE+= gio-windows-2.0.pc.in
2002-09-11 13:31:40 +02:00
FILES_SUBST+= GIO_MODULES_DIR=${PREFIX}/lib/gio/modules
FILES_SUBST+= GIO_QUERYMODULES=${PREFIX}/bin/gio-querymodules
FILES_SUBST+= GLIB_COMPILE_SCHEMAS=${PREFIX}/bin/glib-compile-schemas
FILES_SUBST+= GLIB_SCHEMAS_DIR=${PREFIX}/share/glib-2.0/schemas
# gtester is the glib unit testing and reporting framework
# agc doesn't want glib2 to depend on python so we install it
# in a broken and useless state.
CHECK_INTERPRETER_SKIP+= bin/gtester-report
CHECK_INTERPRETER_SKIP+= bin/gdbus-codegen
2011-04-19 08:14:02 +02:00
# need pcre utf8 + unicode-properties
BUILDLINK_API_DEPENDS.pcre+= pcre>=8.11
# to avoid pkg-config dependency, explicitly specify pcre location
CONFIGURE_ARGS+= PCRE_CFLAGS=-I${BUILDLINK_PREFIX.pcre}/include
CONFIGURE_ARGS+= PCRE_LIBS="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.pcre}/lib -L${BUILDLINK_PREFIX.pcre}/lib -lpcre"
2008-05-28 23:20:48 +02:00
# needs gz_header structure
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.2.1
2012-05-08 18:07:22 +02:00
LIBS.SunOS+= -lnsl -lsocket
CPPFLAGS.SunOS+= -DBSD_COMP
.if ${OBJECT_FMT} == "ELF"
2013-06-15 21:18:26 +02:00
. if ${OPSYS} == "SunOS"
. if ${ABI} == 32
# Solaris libelf in 32-bit mode does not support largefile. We patch files
# individually to force _FILE_OFFSET_BITS=32 but need to turn back on -lelf
# after configure disabled it.
CONFIGURE_ENV+= LIBELF_LIBS='-lelf'
2013-06-15 21:18:26 +02:00
. endif
. else
. include "../../devel/libelf/buildlink3.mk"
. endif
.endif
2004-02-10 02:56:42 +01:00
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pcre/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"