summaryrefslogtreecommitdiff
path: root/x11/gnopernicus/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-04 13:49:59 +0000
committernia <nia@pkgsrc.org>2020-01-04 13:49:59 +0000
commit662c89e971c44738644df39d481ec996c6906cb3 (patch)
treebcf8442ce1c42e52d1b700fc17da4fa72f6f0409 /x11/gnopernicus/Makefile
parent4d804591821191fda6437557ec6c88ecb517e6f6 (diff)
downloadpkgsrc-662c89e971c44738644df39d481ec996c6906cb3.tar.gz
x11: Remove gnopernicus
GNOME 2 component. No release since 2006, no longer part of GNOME.
Diffstat (limited to 'x11/gnopernicus/Makefile')
-rw-r--r--x11/gnopernicus/Makefile77
1 files changed, 0 insertions, 77 deletions
diff --git a/x11/gnopernicus/Makefile b/x11/gnopernicus/Makefile
deleted file mode 100644
index d13f8b24118..00000000000
--- a/x11/gnopernicus/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# $NetBSD: Makefile,v 1.106 2019/07/21 22:25:58 wiz Exp $
-#
-
-DISTNAME= gnopernicus-1.1.1
-PKGREVISION= 51
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnopernicus/1.1/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://www.gnome.org/
-COMMENT= Collection of accessibility apps for GNOME 2
-
-USE_TOOLS+= gmake intltool msgfmt pkg-config
-USE_PKGLOCALEDIR= yes
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+= --with-sysconfsubdir=
-PKG_SYSCONFSUBDIR= gnopernicus
-OWN_DIRS+= ${PKG_SYSCONFDIR}/translation_tables
-EGDIR= ${PREFIX}/share/examples/gnopernicus
-REPLACE_SH+= gnopi/gnopernicus-mag-config
-
-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/fr.a2b \
- ${PKG_SYSCONFDIR}/translation_tables/fr.a2b
-CONF_FILES+= ${EGDIR}/translation_tables/sv.a2b \
- ${PKG_SYSCONFDIR}/translation_tables/sv.a2b
-INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS}
-INSTALL_MAKE_FLAGS+= translationdir=${EGDIR}/translation_tables
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.gnopernicus
-PKG_SUPPORTED_OPTIONS= inet6
-PKG_SUGGESTED_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
-
-GCONF_SCHEMAS+= brlmonitor.schemas
-GCONF_SCHEMAS+= gnopernicus.schemas
-GCONF_SCHEMAS+= remote.schemas
-
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.1
-BUILDLINK_API_DEPENDS.gnome-speech+= gnome-speech>=0.3.5
-BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.8.0
-BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.7
-
-.include "../../audio/gnome-speech/buildlink3.mk"
-.include "../../devel/at-spi/buildlink3.mk"
-.include "../../devel/GConf/schemas.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
-.include "../../devel/libgnome/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/omf-scrollkeeper.mk"
-.include "../../x11/gnome-mag/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"