freebsd-ports/lang/slib-gauche/Makefile
Pav Lucistnik f126b58ee9 Add slib-gauche, a port that installs slib into gauche catalog.
PR:		ports/60282
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-12-17 13:14:27 +00:00

29 lines
667 B
Makefile

# 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>