diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-07 10:12:42 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-07 10:12:42 +0000 |
commit | bfb10044a74413d58b7bef52a44e2097ba795184 (patch) | |
tree | bbde97b84486ac585c2b0a00687ef52381369f66 /sysutils/gentoo/Makefile | |
parent | 0a1bd5acad4638865116c0da61447ceb86ee6ef4 (diff) | |
download | pkgsrc-bfb10044a74413d58b7bef52a44e2097ba795184.tar.gz |
Update gentoo to 0.11.34. Changes since 0.11.33:
* Added used bytes display to status line. Overdue, I guess.
* Reintroduced the [root] indicator in the main window title bar,
for when you're running as root. Thanks, Roger Sondermann.
* Fixed horrible bug that seemed to be happy to just break the
history saving when running as root, but should have done a
lot more if there had been any justice in the universe. Thanks
again, Roger.
* Incorporated an updated Polish translation. Thanks Slawomir.
* Made built-in pane menu translatable. This is temporary.
* Tweaked the man page (docs/gentoo.1x) a bit.
Update patch provided by Juan RP in PR pkg/19308.
I've also seized the opportunity to make this package honor PKG_SYSCONFDIR
and depend on gettext-lib, which is required by the program.
Diffstat (limited to 'sysutils/gentoo/Makefile')
-rw-r--r-- | sysutils/gentoo/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile index 039fb6ec09b..5b98ce86255 100644 --- a/sysutils/gentoo/Makefile +++ b/sysutils/gentoo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/09/02 16:56:57 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/12/07 10:12:42 jmmv Exp $ # -DISTNAME= gentoo-0.11.33 +DISTNAME= gentoo-0.11.34 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gentoo/} @@ -9,9 +9,20 @@ MAINTAINER= dunse@goa.nu HOMEPAGE= http://www.obsession.se/gentoo/ COMMENT= Two-pane filemanager using GTK+, 100% GUI configurable +BUILD_USES_MSGFMT= YES + GNU_CONFIGURE= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11= 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/buildlink2.mk" .include "../../x11/gtk/buildlink2.mk" +.include "../../mk/bsd.pkg.install.mk" .include "../../mk/bsd.pkg.mk" |