parent
be37c96bb5
commit
d165fe8b27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230469
5 changed files with 49 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
SUBDIR += etoile-compiler
|
||||
SUBDIR += etoile-io
|
||||
SUBDIR += etoile-languagekit
|
||||
SUBDIR += etoile-lkplugins
|
||||
SUBDIR += etoile-scriptkit
|
||||
SUBDIR += etoile-smalltalkkit
|
||||
SUBDIR += execline
|
||||
|
|
31
lang/etoile-lkplugins/Makefile
Normal file
31
lang/etoile-lkplugins/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: etoile-lkplugins
|
||||
# Date created: 20 Mar 2009
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lkplugins
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= lang gnustep
|
||||
MASTER_SITES= http://download.gna.org/etoile/
|
||||
PKGNAMEPREFIX= etoile-
|
||||
DISTNAME= etoile-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Etoile Project LnguageKit Plugins
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_PREFIX= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
USE_GNUSTEP_LOCAL_LIBS+= LanguageKit:${LANGUAGEKIT_PORT}
|
||||
|
||||
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
|
||||
USE_GNUSTEP_MAKE_DIRS+= Languages/LKPlugins
|
||||
|
||||
LANGUAGEKIT_PORT?= lang/etoile-languagekit
|
||||
|
||||
.include <bsd.port.mk>
|
3
lang/etoile-lkplugins/distinfo
Normal file
3
lang/etoile-lkplugins/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (etoile-0.4.1.tar.bz2) = 14d587f439ae6d2ba127ceb4e07a44d7
|
||||
SHA256 (etoile-0.4.1.tar.bz2) = 2c9f189a0eae9dbc85589660a55faac498d05a056bf8148fa91f25455728cf25
|
||||
SIZE (etoile-0.4.1.tar.bz2) = 8281449
|
3
lang/etoile-lkplugins/pkg-descr
Normal file
3
lang/etoile-lkplugins/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Etoile Project LnguageKit Plugins
|
||||
|
||||
WWW: http://www.etoile-project.org/
|
11
lang/etoile-lkplugins/pkg-plist
Normal file
11
lang/etoile-lkplugins/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
Local/Library/Bundles/LanguageKit/CommentToLog.ast/CommentToLog
|
||||
Local/Library/Bundles/LanguageKit/CommentToLog.ast/Resources/Info-gnustep.plist
|
||||
Local/Library/Bundles/LanguageKit/CommentToLog.ast/stamp.make
|
||||
Local/Library/Bundles/LanguageKit/LowerIfTrue.ast/LowerIfTrue
|
||||
Local/Library/Bundles/LanguageKit/LowerIfTrue.ast/Resources/Info-gnustep.plist
|
||||
Local/Library/Bundles/LanguageKit/LowerIfTrue.ast/stamp.make
|
||||
@dirrm Local/Library/Bundles/LanguageKit/LowerIfTrue.ast/Resources
|
||||
@dirrm Local/Library/Bundles/LanguageKit/LowerIfTrue.ast
|
||||
@dirrm Local/Library/Bundles/LanguageKit/CommentToLog.ast/Resources
|
||||
@dirrm Local/Library/Bundles/LanguageKit/CommentToLog.ast
|
||||
@dirrm Local/Library/Bundles/LanguageKit
|
Loading…
Reference in a new issue