freebsd-ports/lang/scsh/Makefile

45 lines
912 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-30 21:53:22 -04:00
# $FreeBSD$
#
PORTNAME= scsh
2001-09-15 10:37:39 -04:00
PORTVERSION= 0.5.3
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=
.if !defined(NOPORTDOCS)
2000-10-08 02:04:55 -04:00
PLIST= ${PKGDIR}/pkg-plist.doc
.endif
post-install:
@strip ${PREFIX}/bin/scsh
.if !defined(NOPORTDOCS)
@(cd ${WRKSRC} && \
${INSTALL_DATA} README RELEASE NEWS 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>