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