mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
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/
This commit is contained in:
parent
d1ec4e452a
commit
500c5c98bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177610
@ -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
|
||||
|
33
x11-themes/etoile-iconkit/Makefile
Normal file
33
x11-themes/etoile-iconkit/Makefile
Normal file
@ -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>
|
3
x11-themes/etoile-iconkit/distinfo
Normal file
3
x11-themes/etoile-iconkit/distinfo
Normal file
@ -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
|
5
x11-themes/etoile-iconkit/pkg-descr
Normal file
5
x11-themes/etoile-iconkit/pkg-descr
Normal file
@ -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/
|
3
x11-themes/etoile-iconkit/pkg-plist
Normal file
3
x11-themes/etoile-iconkit/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
System/Library/Libraries/libIconKit.so
|
||||
System/Library/Libraries/libIconKit.so.%%MAJORLIBVERSION%%
|
||||
System/Library/Libraries/libIconKit.so.%%MAJORLIBVERSION%%.1
|
Loading…
Reference in New Issue
Block a user