freebsd-ports/lang/scsh/Makefile

45 lines
996 B
Makefile
Raw Normal View History

# New ports collection makefile for: scsh
# Date created: Jul, 15, 1997
# Whom: cracauer@cons.org "Martin Cracauer"
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
PORTNAME= scsh
2003-05-20 10:47:25 +02:00
PORTVERSION= 0.6.4
CATEGORIES= lang scheme
MASTER_SITES= ftp://ftp.scsh.net/pub/scsh/0.6/
2003-05-20 10:47:25 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= A Unix shell embedded into Scheme, with access to all Posix calls
CONFIGURE_ENV+= LDFLAGS="-Wl,-E"
.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
GNU_CONFIGURE= yes
ALL_TARGET= enough
MAN1= scsh.1
STRIP=
post-install:
@strip ${PREFIX}/bin/scsh
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC} && \
${INSTALL_DATA} README RELEASE COPYING ${PREFIX}/lib/scsh/doc)
@${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/)
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>