From 59f78866a992e02b5a4bd90723d47bc7048d542b Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 17 Jul 2004 18:58:23 +0000 Subject: Add sunterlib, The Scheme Untergrund library hosts contributed libraries for Scheme 48 and scsh. For instance, it includes a module system, semaphores and implementations of SRFI-10, SRFI-34 and SRFI-35. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: ports/69073 Submitted by: Björn Lindström --- devel/sunterlib/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 devel/sunterlib/Makefile (limited to 'devel/sunterlib/Makefile') diff --git a/devel/sunterlib/Makefile b/devel/sunterlib/Makefile new file mode 100644 index 000000000000..e35549aeb194 --- /dev/null +++ b/devel/sunterlib/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: sunterlib +# Date created: 14 July 2004 +# Whom: bkhl@elektrubadur.se +# +# $FreeBSD$ +# + +PORTNAME= sunterlib +PORTVERSION= 0.7 +CATEGORIES= devel scheme +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= bkhl@elektrubadur.se +COMMENT= Contributed libraries for Scheme 48 and scsh + +RUN_DEPENDS= ${LOCALBASE}/lib/scsh/scsh-install-pkg:${PORTSDIR}/devel/scsh-install-lib + +NO_BUILD= yes + +do-install: + (cd ${WRKSRC}; ${LOCALBASE}/lib/scsh/scsh-install-pkg --prefix=${PREFIX}/lib/scsh) + +.include -- cgit v1.2.3