1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add slib-gauche, a port that installs slib into gauche catalog.

PR:		ports/60282
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
This commit is contained in:
Pav Lucistnik 2003-12-17 13:14:27 +00:00
parent c6b9f2fd99
commit f126b58ee9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96050
4 changed files with 35 additions and 0 deletions

View File

@ -216,6 +216,7 @@
SUBDIR += siod
SUBDIR += sisc
SUBDIR += slib
SUBDIR += slib-gauche
SUBDIR += slib-guile
SUBDIR += slisp
SUBDIR += smalltalk

28
lang/slib-gauche/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: SLIB for Gauche
# Date created: 27 October 2003
# Whom: Kimura Fuyuki <fuyuki@nigredo.org>
#
# $FreeBSD$
#
PORTNAME= slib
PORTVERSION= 3a1 # Keep this in sync with devel/slib
CATEGORIES= lang scheme
MASTER_SITES= # empty
PKGNAMESUFFIX= -gauche
DISTFILES= # empty
MAINTAINER= fuyuki@nigredo.org
COMMENT= SLIB installation for Gauche
BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib \
gosh:${PORTSDIR}/lang/gauche
RUN_DEPENDS= ${BUILD_DEPENDS}
NO_BUILD= yes
PLIST_SUB= VERSION="`gauche-config -V`"
do-install:
${LOCALBASE}/bin/gosh -uslib -E"require 'new-catalog" -Eexit
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
To use the features offered by the SLIB library, add the following
construct to your programs:
(use slib)

View File

@ -0,0 +1,2 @@
@exec %%LOCALBASE%%/bin/gosh -uslib -E"require 'new-catalog" -Eexit
@unexec rm -f %%LOCALBASE%%/share/gauche/%%VERSION%%/lib/slibcat