summaryrefslogtreecommitdiff
path: root/lang/scsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/scsh/Makefile')
-rw-r--r--lang/scsh/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile
deleted file mode 100644
index fa433510b0f4..000000000000
--- a/lang/scsh/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: scsh
-# Version required: 0.5.1
-# Date created: Jul, 15, 1997
-# Whom: cracauer@cons.org "Martin Cracauer"
-#
-# $FreeBSD$
-#
-
-DISTNAME= scsh-0.5.1
-CATEGORIES= shells lang
-MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ \
- http://www2.cons.org:8000/freebsd-distfiles/ \
- http://www.freebsd.org/~cracauer/freebsd-distfiles/
-
-MAINTAINER= cracauer@cons.org
-
-.include <bsd.port.pre.mk>
-
-.if ${MACHINE_ARCH} == "alpha"
-BROKEN= bus errors on unaligned accesses in scshvm
-.endif
-
-GNU_CONFIGURE= yes
-
-.if $(PORTOBJFORMAT) == elf
-CONFIGURE_ENV+= LDFLAGS="-Wl,-E"
-.endif
-
-ALL_TARGET= enough
-MAN1= scsh.1
-STRIP=
-
-post-install:
- @strip ${PREFIX}/bin/scsh
- (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
-
-.include <bsd.port.post.mk>