diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-29 12:37:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-29 12:37:16 +0000 |
commit | aaa1c45c40fc55eecc9ca4c49ad63f294a60a863 (patch) | |
tree | 66a1166ae0c417f945625d68fcfa563954bc7d88 /sysutils/gentoo/Makefile | |
parent | bfeb99763a5d941600f086e6c0dac08d71db9a46 (diff) | |
download | pkgsrc-aaa1c45c40fc55eecc9ca4c49ad63f294a60a863.tar.gz |
Initial import of gentoo-0.11.18, provided by Pehr Johansson in pkg/15393,
with buildlinking and other minor changes by me:
gentoo is a modern, powerful, flexible, and utterly configurable file
manager for UNIX systems, written using the GTK+ toolkit. It aims to
be 100% graphically configurable; there's no need to edit config files
by hand and then restart the application. gentoo is somewhat
inspired in its look & feel by the classic Amiga program
DirectoryOpus.
Diffstat (limited to 'sysutils/gentoo/Makefile')
-rw-r--r-- | sysutils/gentoo/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/gentoo/Makefile b/sysutils/gentoo/Makefile new file mode 100644 index 00000000000..f320b904c6c --- /dev/null +++ b/sysutils/gentoo/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/01/29 12:37:16 wiz Exp $ +# + +DISTNAME= gentoo-0.11.18 +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 + +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES + +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" |