pkgsrc/sysutils/gentoo/Makefile
adam b317104bf6 Changes 0.11.57:
* Updated to automake/autoconf/aclocal/a* 1.10.x, with the usual
  pains. I hope it builds for people other than me ...
* Updated to a new included version of GNU gettext (0.16.1).
* Made gentoo's start-up more friendly to GTK+, so that standard
  options supported by the toolkit (like --sync) work, now.
* Added new Mexican Spanish translation.
* Added a "Case" page to the RenameRE command, with options to
  easily convert filenames to all-lower or all-upper case. Far
  easier than manually entering all characters for "Map". Also
  refactored code of RenameRE quite a bit, it is shorter now.
* Fixed bugs where the GTK+ event-flushing loop used in various
  places in the code generated a spurious error 11
  ("Resource temporarily unavailable").
* Added a new setting ("Buffer Size for mmap()" under Commands/
  Options/ViewText) that controls how much data is passed from
  the mmap()ed text file to the GTK+ text widget at a time. Before
  this release, this was always "all of it", which seems to cause
  problems sometimes. If you get an empty viewer when you try
  looking at a large-ish (>64 KB) text file and you use mmap(),
  lower this setting.
2008-11-10 14:56:16 +00:00

22 lines
680 B
Makefile

# $NetBSD: Makefile,v 1.30 2008/11/10 14:56:16 adam Exp $
DISTNAME= gentoo-0.11.57
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/}
MAINTAINER= dunse@goa.nu
HOMEPAGE= http://www.obsession.se/gentoo/
COMMENT= Two-pane filemanager using GTK+, 100% GUI configurable
USE_PKGLOCALEDIR= yes
USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/gentoo
CONF_FILES= ${EGDIR}/gentoorc ${PKG_SYSCONFDIR}/gentoorc
CONF_FILES+= ${EGDIR}/gentoogtkrc ${PKG_SYSCONFDIR}/gentoogtkrc
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"