diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-20 03:32:28 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-20 03:32:28 +0800 |
commit | 2a626cbac40cff74abb8173c6e97c567c7fba7a8 (patch) | |
tree | c7e8d7544d9b8aa1078ddf3331a9a18d9bbbb1e6 /x11-themes | |
parent | 17b24b1b175e485a82a2a805d3342cfeeb8eef7a (diff) | |
download | freebsd-ports-gnome-2a626cbac40cff74abb8173c6e97c567c7fba7a8.tar.gz freebsd-ports-gnome-2a626cbac40cff74abb8173c6e97c567c7fba7a8.tar.zst freebsd-ports-gnome-2a626cbac40cff74abb8173c6e97c567c7fba7a8.zip |
EtoileWildMenus - a fork of WildMenus engine to provide apps with menu
display which plugs into the EtoileMenuServer looks. Compile, no
need to install, just put it into the GSAppKitUserBundles defaults
array (or run with -GSAppKitUserBundles argument, you know the story...).
WWW: http://www.etoile-project.org/
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/etoile-etoilemenus/Makefile | 30 | ||||
-rw-r--r-- | x11-themes/etoile-etoilemenus/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/etoile-etoilemenus/pkg-descr | 6 | ||||
-rw-r--r-- | x11-themes/etoile-etoilemenus/pkg-plist | 9 |
5 files changed, 49 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 095e6f0b5dd7..ce07243b637b 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -34,6 +34,7 @@ SUBDIR += enlightenment-theme-BrushedMetal-Tigert SUBDIR += enlightenment-theme-Ganymede SUBDIR += enlightenment-theme-ShinyMetal + SUBDIR += etoile-etoilemenus SUBDIR += etoile-iconkit SUBDIR += flux-art SUBDIR += fluxbox-sid-pack diff --git a/x11-themes/etoile-etoilemenus/Makefile b/x11-themes/etoile-etoilemenus/Makefile new file mode 100644 index 000000000000..ab4aec0228c8 --- /dev/null +++ b/x11-themes/etoile-etoilemenus/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: etoile-etoilemenus +# Date created: 18 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= etoilemenus +PORTVERSION= 0.1.${SNAPSHOT} +CATEGORIES= x11-themes +MASTER_SITES= http://florida.ethz.ch/ports/distfiles/ +PKGNAMEPREFIX= etoile- +DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Etoile Project EtoileMenus bundle + +SNAPSHOT= 20060917 +WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/ +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= GNUmakefile +NO_FILTER_SHLIBS= yes +USE_GNUSTEP_MAKE_DIRS+= Bundles/EtoileWildMenus + +.include <bsd.port.mk> diff --git a/x11-themes/etoile-etoilemenus/distinfo b/x11-themes/etoile-etoilemenus/distinfo new file mode 100644 index 000000000000..2d5c7ccf5d13 --- /dev/null +++ b/x11-themes/etoile-etoilemenus/distinfo @@ -0,0 +1,3 @@ +MD5 (etoile_0+20060917+dfsg.orig.tar.gz) = bc96dcaba7ac66abb1320d5cfc98f05e +SHA256 (etoile_0+20060917+dfsg.orig.tar.gz) = de7cb026ccebdbb72d115ca800a13910cd51c9df27f5578ad7059b13f88eb334 +SIZE (etoile_0+20060917+dfsg.orig.tar.gz) = 10478850 diff --git a/x11-themes/etoile-etoilemenus/pkg-descr b/x11-themes/etoile-etoilemenus/pkg-descr new file mode 100644 index 000000000000..65489d68fd95 --- /dev/null +++ b/x11-themes/etoile-etoilemenus/pkg-descr @@ -0,0 +1,6 @@ +EtoileWildMenus - a fork of WildMenus engine to provide apps with menu +display which plugs into the EtoileMenuServer looks. Compile, no +need to install, just put it into the GSAppKitUserBundles defaults +array (or run with -GSAppKitUserBundles argument, you know the story...). + +WWW: http://www.etoile-project.org/ diff --git a/x11-themes/etoile-etoilemenus/pkg-plist b/x11-themes/etoile-etoilemenus/pkg-plist new file mode 100644 index 000000000000..c012ed645ed4 --- /dev/null +++ b/x11-themes/etoile-etoilemenus/pkg-plist @@ -0,0 +1,9 @@ +System/Library/Bundles/EtoileMenus.bundle/EtoileMenus +System/Library/Bundles/EtoileMenus.bundle/Resources/EtoileMenuClose.tiff +System/Library/Bundles/EtoileMenus.bundle/Resources/EtoileMenuCloseH.tiff +System/Library/Bundles/EtoileMenus.bundle/Resources/Info-gnustep.plist +System/Library/Bundles/EtoileMenus.bundle/Resources/MenuBarFiller.tiff +System/Library/Bundles/EtoileMenus.bundle/Resources/MenuTitleFiller.tiff +System/Library/Bundles/EtoileMenus.bundle/stamp.make +@dirrm System/Library/Bundles/EtoileMenus.bundle/Resources +@dirrm System/Library/Bundles/EtoileMenus.bundle |