head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2011.12.13.01.25.32;	author danfe;	state Exp;
branches;
next	1.4;

1.4
date	2011.12.12.19.31.02;	author scheidell;	state Exp;
branches;
next	1.3;

1.3
date	2010.08.18.20.04.08;	author decke;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.21.07.50.49;	author sergei;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.17.13.14.27;	author pav;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	SLIB for Gauche
# Date created:				27 October 2003
# Whom:					Kimura Fuyuki <fuyuki@@nigredo.org>
#
# $FreeBSD: head/lang/slib-gauche/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	slib
PORTVERSION=	3b3 # Keep this in sync with devel/slib
PORTREVISION=	1
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>
@


1.5
log
@Assign RUN_DEPENDS from BUILD_DEPENDS correctly and reindent the header while
I am here.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Update plist/bump portversion
- Update BUILD_DEPENDS!=RUN_DEPENDS, per portlint

Approved by:	gabor (mentor)
@
text
@d2 2
a3 2
# Date created:			27 October 2003
# Whom:				Kimura Fuyuki <fuyuki@@nigredo.org>
d21 1
a21 2
RUN_DEPENDS=	${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib \
		gosh:${PORTSDIR}/lang/gauche
@


1.3
log
@- Update slib to 3b3

PR:		ports/148730
Submitted by:	Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by:	beat (co-mentor)
@
text
@d10 1
d21 2
a22 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.2
log
@- Reset maintainership to ports@@FreeBSD.org

PR:		ports/72950
Submitted by:	Kimura Fuyuki (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3a1 # Keep this in sync with devel/slib
@


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

PR:		ports/60282
Submitted by:	Kimura Fuyuki <fuyuki@@nigredo.org>
@
text
@d15 1
a15 1
MAINTAINER=	fuyuki@@nigredo.org
@

