summaryrefslogblamecommitdiff
path: root/lang/slib-gauche/Makefile
blob: 51c241730622a04900b1308b2ba9c6874fcc1a74 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                  
                                 












                                                                           
# 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=	ports@FreeBSD.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>