pkgsrc/sysutils/gentoo/Makefile
adam 4b448658a2 Changes 0.11.45:
* Fixed logic error in Move that caused it to incorrectly fail when
  moving in the same filesystem (and be very sneaky about it unless
  you were using FAM). Also made it stop trying to avoid "needless"
  directory rescanning.
* Fixed broken formatting string in MkDir command's overwrite init.
* The Configure command's option text was untranslatable. Fixed,
  and translated it into Swedish.
* gentoo no longer tries to copy attributes for smlinks.
* Updated Russian translation.
2003-12-12 11:56:05 +00:00

29 lines
744 B
Makefile

# $NetBSD: Makefile,v 1.12 2003/12/12 11:56:05 adam Exp $
#
DISTNAME= gentoo-0.11.45
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
BUILD_USES_MSGFMT= YES
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_PKGINSTALL= 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.mk"