A tool for starting up the Etoile project in the correct order.
WWW: http://www.etoile-project.org/
This commit is contained in:
parent
31aa31cccc
commit
70bf188dc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180589
5 changed files with 52 additions and 0 deletions
|
@ -164,6 +164,7 @@
|
|||
SUBDIR += etcmerge
|
||||
SUBDIR += etoile-behavior
|
||||
SUBDIR += etoile-installer
|
||||
SUBDIR += etoile-system
|
||||
SUBDIR += eventlog
|
||||
SUBDIR += eventwatcher
|
||||
SUBDIR += evtviewer
|
||||
|
|
37
sysutils/etoile-system/Makefile
Normal file
37
sysutils/etoile-system/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
# New ports collection makefile for: etoile-system
|
||||
# Date created: 19 Nov 2006
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= system
|
||||
PORTVERSION= 0.1.${SNAPSHOT}
|
||||
CATEGORIES= sysutils
|
||||
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 System Tool
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_PREFIX= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR}
|
||||
|
||||
SNAPSHOT= 20061221
|
||||
WRKSRC= ${WRKDIR}/Etoile/
|
||||
USE_GNUSTEP_MAKE_DIRS+= Services/Private/System
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${GNUSTEP_PREFIX}/System/Library/Etoile
|
||||
${CP} ${WRKSRC}/Services/Private/System/SystemTaskList.plist \
|
||||
${GNUSTEP_PREFIX}/System/Library/Etoile/
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/etoile-system/distinfo
Normal file
3
sysutils/etoile-system/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448
|
||||
SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992
|
||||
SIZE (Etoile-20061221.tar.bz2) = 9867481
|
3
sysutils/etoile-system/pkg-descr
Normal file
3
sysutils/etoile-system/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A tool for starting up the Etoile project in the correct order.
|
||||
|
||||
WWW: http://www.etoile-project.org/
|
8
sysutils/etoile-system/pkg-plist
Normal file
8
sysutils/etoile-system/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
System/Library/Etoile/SystemTaskList.plist
|
||||
System/Library/Headers/WorkspaceCommKit/NSWorkspace+Communication.h
|
||||
System/Library/Libraries/libWorkspaceCommKit.so
|
||||
System/Library/Libraries/libWorkspaceCommKit.so.%%MAJORLIBVERSION%%
|
||||
System/Library/Libraries/libWorkspaceCommKit.so.%%LIBVERSION%%
|
||||
System/Tools/etoile_system
|
||||
@dirrm System/Library/Headers/WorkspaceCommKit
|
||||
@dirrm System/Library/Etoile
|
Loading…
Reference in a new issue