diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-20 02:12:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-20 02:12:05 +0800 |
commit | e957a20a2d008cd56e03eec067423117a2892ed4 (patch) | |
tree | 03f7b94747e1fa5f5738d0bd6201e089e94108ea | |
parent | cbe894bd6d287c7b901140c4100fa8fe4e10e72a (diff) | |
download | freebsd-ports-gnome-e957a20a2d008cd56e03eec067423117a2892ed4.tar.gz freebsd-ports-gnome-e957a20a2d008cd56e03eec067423117a2892ed4.tar.zst freebsd-ports-gnome-e957a20a2d008cd56e03eec067423117a2892ed4.zip |
This IconKit framework is used to create icons using different elements.
It helps keeping consistency accross a set of icons (for example,
using the same background..) and permit to easily create icons "families".
WWW: http://www.etoile-project.org/
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/etoile-iconkit/Makefile | 33 | ||||
-rw-r--r-- | x11-themes/etoile-iconkit/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/etoile-iconkit/pkg-descr | 5 | ||||
-rw-r--r-- | x11-themes/etoile-iconkit/pkg-plist | 3 |
5 files changed, 45 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 14ff2b3dab11..095e6f0b5dd7 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-iconkit SUBDIR += flux-art SUBDIR += fluxbox-sid-pack SUBDIR += fvwm-themes diff --git a/x11-themes/etoile-iconkit/Makefile b/x11-themes/etoile-iconkit/Makefile new file mode 100644 index 000000000000..c66731855337 --- /dev/null +++ b/x11-themes/etoile-iconkit/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: etoile-iconkit +# Date created: 18 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= iconkit +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 IconKit framework + +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_LOCAL_LIBS+= UnitKit:${UNITKIT_PORT} +USE_GNUSTEP_MAKE_DIRS+= Frameworks/IconKit + +UNITKIT_PORT?= devel/etoile-unitkit + +.include <bsd.port.mk> diff --git a/x11-themes/etoile-iconkit/distinfo b/x11-themes/etoile-iconkit/distinfo new file mode 100644 index 000000000000..2d5c7ccf5d13 --- /dev/null +++ b/x11-themes/etoile-iconkit/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-iconkit/pkg-descr b/x11-themes/etoile-iconkit/pkg-descr new file mode 100644 index 000000000000..b1742cf5200f --- /dev/null +++ b/x11-themes/etoile-iconkit/pkg-descr @@ -0,0 +1,5 @@ +This IconKit framework is used to create icons using different elements. +It helps keeping consistency accross a set of icons (for example, +using the same background..) and permit to easily create icons "families". + +WWW: http://www.etoile-project.org/ diff --git a/x11-themes/etoile-iconkit/pkg-plist b/x11-themes/etoile-iconkit/pkg-plist new file mode 100644 index 000000000000..9d4fc20e6c3f --- /dev/null +++ b/x11-themes/etoile-iconkit/pkg-plist @@ -0,0 +1,3 @@ +System/Library/Libraries/libIconKit.so +System/Library/Libraries/libIconKit.so.%%MAJORLIBVERSION%% +System/Library/Libraries/libIconKit.so.%%MAJORLIBVERSION%%.1 |