47f1b24a06
insecure-temporary-files problem patch-ae was supposed to fix. Provide a new patch-ae that does something more like the right thing. (The old one tried to open and write to a directory created with mkdtemp(), so even if this code doesn't fully work it's still an improvement.) XXX: compile-tested only, don't have time to do it properly right now... PKGREVISION++.
25 lines
734 B
Makefile
25 lines
734 B
Makefile
# $NetBSD: Makefile,v 1.32 2009/01/26 04:54:50 dholland Exp $
|
|
|
|
DISTNAME= gentoo-0.11.57
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|