1997-01-03 01:37:20 +01:00
|
|
|
# New ports collection makefile for: scsh
|
1997-07-15 14:02:24 +02:00
|
|
|
# Date created: Jul, 15, 1997
|
1997-01-03 01:37:20 +01:00
|
|
|
# Whom: cracauer@cons.org "Martin Cracauer"
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1997-01-03 01:37:20 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= scsh
|
2003-05-20 10:47:25 +02:00
|
|
|
PORTVERSION= 0.6.4
|
2003-08-28 02:09:58 +02:00
|
|
|
CATEGORIES= lang scheme
|
2002-04-03 17:31:25 +02:00
|
|
|
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/
|
1997-01-03 01:37:20 +01:00
|
|
|
|
2003-05-20 10:47:25 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A Unix shell embedded into Scheme, with access to all Posix calls
|
2000-04-21 10:19:33 +02:00
|
|
|
|
|
|
|
CONFIGURE_ENV+= LDFLAGS="-Wl,-E"
|
1997-01-03 01:37:20 +01:00
|
|
|
|
1999-02-23 03:20:21 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-05-20 10:47:25 +02:00
|
|
|
#.if ${MACHINE_ARCH} == "alpha"
|
|
|
|
#BROKEN= bus errors on unaligned accesses in scshvm
|
|
|
|
#.endif
|
1999-05-31 06:52:27 +02:00
|
|
|
|
1997-01-03 01:37:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
ALL_TARGET= enough
|
|
|
|
MAN1= scsh.1
|
1997-07-15 15:45:34 +02:00
|
|
|
STRIP=
|
1997-01-03 01:37:20 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/scsh
|
2000-07-22 12:28:46 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@(cd ${WRKSRC} && \
|
2002-01-14 07:53:27 +01:00
|
|
|
${INSTALL_DATA} README RELEASE COPYING ${PREFIX}/lib/scsh/doc)
|
2000-07-22 12:28:46 +02:00
|
|
|
@${RM} -f ${PREFIX}/share/doc/scsh
|
|
|
|
@${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh
|
|
|
|
.else
|
|
|
|
@${RM} -rf ${PREFIX}/lib/scsh/doc
|
|
|
|
.endif
|
2003-05-20 10:47:25 +02:00
|
|
|
@(cd ${WRKSRC} && \
|
|
|
|
${CP} -R emacs ${PREFIX}/lib/scsh/)
|
2002-05-28 21:40:23 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1997-01-03 01:37:20 +01:00
|
|
|
|
1999-02-23 03:20:21 +01:00
|
|
|
.include <bsd.port.post.mk>
|