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:
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
|
@ -68,6 +68,7 @@
|
|||
SUBDIR += enterminus
|
||||
SUBDIR += erun
|
||||
SUBDIR += eterm
|
||||
SUBDIR += etoile-xwindowserverkit
|
||||
SUBDIR += examine
|
||||
SUBDIR += fast-user-switch-applet
|
||||
SUBDIR += fbdesk
|
||||
|
|
32
x11/etoile-xwindowserverkit/Makefile
Normal file
32
x11/etoile-xwindowserverkit/Makefile
Normal 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>
|
3
x11/etoile-xwindowserverkit/distinfo
Normal file
3
x11/etoile-xwindowserverkit/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
|
4
x11/etoile-xwindowserverkit/pkg-descr
Normal file
4
x11/etoile-xwindowserverkit/pkg-descr
Normal 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/
|
8
x11/etoile-xwindowserverkit/pkg-plist
Normal file
8
x11/etoile-xwindowserverkit/pkg-plist
Normal 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
|
Loading…
Reference in a new issue