freebsd-ports/lang/scsh/Makefile
Joseph Koshy 963ec014d2 Upgrade to v0.6.0.
- "files/patch-ae" is no longer required
- PLIST substitution is used to merge the files "pkg-plist.doc" and
  "pkg-plist" into one entity
- new patch file "files/patch-static.scm" has been added

Approved by:  alex [MAINTAINER]
2002-01-14 06:53:27 +00:00

40 lines
842 B
Makefile

# New ports collection makefile for: scsh
# Date created: Jul, 15, 1997
# Whom: cracauer@cons.org "Martin Cracauer"
#
# $FreeBSD$
#
PORTNAME= scsh
PORTVERSION= 0.6.0
CATEGORIES= shells lang
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/
MAINTAINER= alex@FreeBSD.org
CONFIGURE_ENV+= LDFLAGS="-Wl,-E"
.include <bsd.port.pre.mk>
.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
.include <bsd.port.post.mk>