pkgsrc/x11/gnopernicus/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

67 lines
2 KiB
Makefile

# $NetBSD: Makefile,v 1.38 2006/03/04 21:31:09 jlam Exp $
#
DISTNAME= gnopernicus-0.11.7
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnopernicus/0.11/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Collection of accessibility apps for GNOME 2
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
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
PKG_OPTIONS_VAR= PKG_OPTIONS.gnopernicus
PKG_SUPPORTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif
CONFIGURE_ARGS+= --disable-gtk-doc
PKGCONFIG_OVERRIDE+= gnopernicus-1.0.pc.in
GCONF2_SCHEMAS+= brlmonitor.schemas
GCONF2_SCHEMAS+= gnopernicus.schemas
GCONF2_SCHEMAS+= remote.schemas
BUILDLINK_DEPENDS.glib2+= glib2>=2.4.1
.include "../../audio/gnome-speech/buildlink3.mk"
.include "../../devel/at-spi/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gnome-mag/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"