diff options
Diffstat (limited to 'deskutils/etoile-ui')
-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 |
5 files changed, 48 insertions, 0 deletions
diff --git a/deskutils/etoile-ui/Makefile b/deskutils/etoile-ui/Makefile new file mode 100644 index 0000000..26b64e8 --- /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 0000000..545ac18 --- /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 0000000..a5c4a3d --- /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 0000000..4c82da3 --- /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 0000000..371e7b83 --- /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 |