XWindowServerKit provides access to x window system.

It allows GNUstep to integrate better with x window system.

WWW: http://www.etoile-project.org/
This commit is contained in:
Dirk Meyer 2006-11-19 14:08:34 +00:00
parent bf12f3d515
commit c1d2649623
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177573
5 changed files with 48 additions and 0 deletions

View file

@ -68,6 +68,7 @@
SUBDIR += enterminus
SUBDIR += erun
SUBDIR += eterm
SUBDIR += etoile-xwindowserverkit
SUBDIR += examine
SUBDIR += fast-user-switch-applet
SUBDIR += fbdesk

View file

@ -0,0 +1,32 @@
# New ports collection makefile for: etoile-xwindowserverkit
# Date created: 18 Nov 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= xwindowserverkit
PORTVERSION= 0.1.${SNAPSHOT}
CATEGORIES= x11
MASTER_SITES= http://florida.ethz.ch/ports/distfiles/
PKGNAMEPREFIX= etoile-
DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Etoile Project XWindowServerKit frameowrk
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
LDCONFIG_DIRS= ${LOCALLIBDIR}
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= yes
USE_GNUSTEP_MAKE_DIRS+= Frameworks/XWindowServerKit
.include <bsd.port.mk>

View 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

View file

@ -0,0 +1,4 @@
XWindowServerKit provides access to x window system.
It allows GNUstep to integrate better with x window system.
WWW: http://www.etoile-project.org/

View file

@ -0,0 +1,8 @@
Local/Library/Headers/XWindowServerKit/XFunctions.h
Local/Library/Headers/XWindowServerKit/XScreen.h
Local/Library/Headers/XWindowServerKit/XWindow.h
Local/Library/Headers/XWindowServerKit/gnustep.h
Local/Library/Libraries/libXWindowServerKit.so
Local/Library/Libraries/libXWindowServerKit.so.%%MAJORLIBVERSION%%
Local/Library/Libraries/libXWindowServerKit.so.%%LIBVERSION%%
@dirrm Local/Library/Headers/XWindowServerKit