2006-07-05 07:37:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.46 2006/07/05 05:37:47 jlam Exp $
|
2003-12-30 18:56:39 +01:00
|
|
|
#
|
|
|
|
|
2006-03-30 23:31:53 +02:00
|
|
|
DISTNAME= gnopernicus-1.0.3
|
2006-04-17 15:45:57 +02:00
|
|
|
PKGREVISION= 1
|
2003-12-30 18:56:39 +01:00
|
|
|
CATEGORIES= x11
|
2006-03-30 23:31:53 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnopernicus/1.0/}
|
2003-12-30 18:56:39 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-12-30 18:56:39 +01:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
COMMENT= Collection of accessibility apps for GNOME 2
|
|
|
|
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= gnome2-1.5
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
2003-12-30 18:56:39 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
2006-03-30 23:31:53 +02:00
|
|
|
CONFIGURE_ARGS+= --with-sysconfsubdir=
|
2004-02-17 23:40:30 +01:00
|
|
|
PKG_SYSCONFSUBDIR= gnopernicus
|
|
|
|
OWN_DIRS+= ${PKG_SYSCONFDIR}/translation_tables
|
|
|
|
EGDIR= ${PREFIX}/share/examples/gnopernicus
|
|
|
|
|
|
|
|
CONF_FILES= ${EGDIR}/translation_tables/de.a2b \
|
|
|
|
${PKG_SYSCONFDIR}/translation_tables/de.a2b
|
|
|
|
CONF_FILES+= ${EGDIR}/translation_tables/en_US.a2b \
|
|
|
|
${PKG_SYSCONFDIR}/translation_tables/en_US.a2b
|
|
|
|
CONF_FILES+= ${EGDIR}/translation_tables/es.a2b \
|
|
|
|
${PKG_SYSCONFDIR}/translation_tables/es.a2b
|
|
|
|
CONF_FILES+= ${EGDIR}/translation_tables/sv.a2b \
|
|
|
|
${PKG_SYSCONFDIR}/translation_tables/sv.a2b
|
2006-04-04 20:07:16 +02:00
|
|
|
INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS}
|
2006-03-30 23:31:53 +02:00
|
|
|
INSTALL_MAKE_FLAGS+= translationdir=${EGDIR}/translation_tables
|
2004-02-17 23:40:30 +01:00
|
|
|
|
2005-06-01 21:44:07 +02:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gnopernicus
|
|
|
|
PKG_SUPPORTED_OPTIONS= inet6
|
2003-12-30 18:56:39 +01:00
|
|
|
|
2005-06-01 21:44:07 +02:00
|
|
|
.include "../../mk/bsd.options.mk"
|
2003-12-30 18:56:39 +01:00
|
|
|
|
2005-06-01 21:44:07 +02:00
|
|
|
.if !empty(PKG_OPTIONS:Minet6)
|
2003-12-30 18:56:39 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-ipv6
|
|
|
|
.endif
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
|
|
|
2004-02-14 19:26:26 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= gnopernicus-1.0.pc.in
|
2003-12-30 18:56:39 +01:00
|
|
|
|
|
|
|
GCONF2_SCHEMAS+= brlmonitor.schemas
|
|
|
|
GCONF2_SCHEMAS+= gnopernicus.schemas
|
|
|
|
GCONF2_SCHEMAS+= remote.schemas
|
|
|
|
|
2006-04-06 08:21:32 +02:00
|
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.1
|
2005-03-22 17:32:32 +01:00
|
|
|
|
2004-02-17 23:13:19 +01:00
|
|
|
.include "../../audio/gnome-speech/buildlink3.mk"
|
|
|
|
.include "../../devel/at-spi/buildlink3.mk"
|
2003-12-30 18:56:39 +01:00
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
2004-02-17 23:13:19 +01:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2005-03-22 17:32:32 +01:00
|
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
2004-02-17 23:13:19 +01:00
|
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
2003-12-30 18:56:39 +01:00
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
2004-02-17 23:13:19 +01:00
|
|
|
.include "../../x11/gnome-mag/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2003-12-30 18:56:39 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|