head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.05.58.57;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2006.05.09.20.52.22;	author edwin;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.04.05.21.44;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2003.08.28.00.01.08;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.20.18.38.01;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.10.16.46.54;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.06.22.45.52;	author adamw;	state Exp;
branches;
next	1.3;

1.3
date	2002.06.21.16.20.23;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.01.06.59.34;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.22.15.44.24;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# ex:ts=8
# New ports collection makefile for:	sxm
# Date created:		Jan 8, 2001
# Whom:			Ying-Chieh Liao <ijliao@@FreeBSD.org>
#
# $FreeBSD: head/lang/sxm/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	sxm
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	lang scheme
MASTER_SITES=	http://www.malgil.com/sxm/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Another implementation of Scheme

USE_GMAKE=	yes
ALL_TARGET=	all image Formlist

MAN1=		sxm.1 sxi.1

post-patch:
	@@${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g ; \
		s,^CC,#CC,g" ${WRKSRC}/Makefile

.include <bsd.port.mk>
@


1.9
log
@Remove USE_REINPLACE from the categories starting with L
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.8
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@a17 1
USE_REINPLACE=	yes
@


1.7
log
@Use the virtual category "scheme" (part ii)

	Add the virtual category "scheme" to the maintained ports
	(except sxm). I guess no maintainer would deny this trivial
	change.

PR:		ports/56052
Submitted by:	Kimura Fuyuki <fuyuki@@nigredo.org>
@
text
@d11 1
@


1.6
log
@De-pkg-comment.
@
text
@d11 1
a11 1
CATEGORIES=	lang
@


1.5
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d15 1
@


1.4
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	Another implementation of Scheme

@


1.3
log
@Replace ${PERL} with ${REINPLACE_CMD}

PR:		39605
Submitted by:	Oliver Braun <obraun@@informatik.unibw-muenchen.de>
@
text
@d16 2
@


1.2
log
@upgrade to 1.1
drop maintainership
@
text
@d16 1
d23 1
a23 1
	@@${PERL} -pi -e "s|/usr/local|${PREFIX}|g ; \
@


1.1
log
@add sxm, another implementation of scheme
@
text
@d10 1
a10 1
PORTVERSION=	1.0
d14 1
a14 1
MAINTAINER=	ijliao@@FreeBSD.org
d21 3
a23 2
post-extract:
	@@${PERL} -pi -e "s|/usr/local|${PREFIX}|g" ${WRKSRC}/Makefile
@

