diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-23 10:38:46 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-23 10:38:46 +0000 |
commit | f7315265039cfebfa1e0e487fb136928794c8816 (patch) | |
tree | 14c3a76daaf3105e3590b291a4efebb583bc4b90 | |
parent | 6654e71f5e8df63b53ef7e162a3a3906db73bb33 (diff) | |
download | ports-f7315265039cfebfa1e0e487fb136928794c8816.tar.gz ports-f7315265039cfebfa1e0e487fb136928794c8816.zip |
EtoileUI framework
Notes
Notes:
svn path=/head/; revision=180585
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/etoile-ui/Makefile | 33 | ||||
-rw-r--r-- | deskutils/etoile-ui/distinfo | 3 | ||||
-rw-r--r-- | deskutils/etoile-ui/log | 1 | ||||
-rw-r--r-- | deskutils/etoile-ui/pkg-descr | 3 | ||||
-rw-r--r-- | deskutils/etoile-ui/pkg-plist | 8 |
6 files changed, 49 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 09cfabbe6b3c..69f11570b07c 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -49,6 +49,7 @@ SUBDIR += etoile-preferenceskit SUBDIR += etoile-servicesbarkit SUBDIR += etoile-trackerkit + SUBDIR += etoile-ui SUBDIR += etoile-workspaceswitcher SUBDIR += everygui SUBDIR += evolution-jescs diff --git a/deskutils/etoile-ui/Makefile b/deskutils/etoile-ui/Makefile new file mode 100644 index 000000000000..26b64e8d05ce --- /dev/null +++ b/deskutils/etoile-ui/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: etoile-ui +# Date created: 22 Dec 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= ui +PORTVERSION= 0.1.${SNAPSHOT} +CATEGORIES= deskutils +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~%%SUBDIR%%/distfiles/ +MASTER_SITE_SUBDIR= dinoex +PKGNAMEPREFIX= etoile- +DISTNAME= Etoile-${SNAPSHOT} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Etoile Project EtoileUI framework + +USE_BZIP2= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +DEFAULT_LIBVERSION= 0.1 +USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR} + +SNAPSHOT= 20061221 +WRKSRC= ${WRKDIR}/Etoile/ +USE_GNUSTEP_MAKE_DIRS+= Frameworks/EtoileUI + +.include <bsd.port.mk> diff --git a/deskutils/etoile-ui/distinfo b/deskutils/etoile-ui/distinfo new file mode 100644 index 000000000000..545ac18e8091 --- /dev/null +++ b/deskutils/etoile-ui/distinfo @@ -0,0 +1,3 @@ +MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448 +SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992 +SIZE (Etoile-20061221.tar.bz2) = 9867481 diff --git a/deskutils/etoile-ui/log b/deskutils/etoile-ui/log new file mode 100644 index 000000000000..a5c4a3d00b9e --- /dev/null +++ b/deskutils/etoile-ui/log @@ -0,0 +1 @@ +new port diff --git a/deskutils/etoile-ui/pkg-descr b/deskutils/etoile-ui/pkg-descr new file mode 100644 index 000000000000..4c82da32eaad --- /dev/null +++ b/deskutils/etoile-ui/pkg-descr @@ -0,0 +1,3 @@ +EtoileUI framework + +WWW: http://www.etoile-project.org/ diff --git a/deskutils/etoile-ui/pkg-plist b/deskutils/etoile-ui/pkg-plist new file mode 100644 index 000000000000..371e7b83a860 --- /dev/null +++ b/deskutils/etoile-ui/pkg-plist @@ -0,0 +1,8 @@ +Local/Library/Headers/EtoileUI/Cocoa.h +Local/Library/Headers/EtoileUI/EtoileCompatibility.h +Local/Library/Headers/EtoileUI/NSBezierPathCappedBoxes.h +Local/Library/Headers/EtoileUI/NSImage+NiceScaling.h +Local/Library/Libraries/libEtoileUI.so +Local/Library/Libraries/libEtoileUI.so.%%MAJORLIBVERSION%% +Local/Library/Libraries/libEtoileUI.so.%%LIBVERSION%% +@dirrm Local/Library/Headers/EtoileUI |