summaryrefslogtreecommitdiff
path: root/shells/scsh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/scsh/Makefile')
-rw-r--r--shells/scsh/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile
new file mode 100644
index 00000000000..6d2c6e2daab
--- /dev/null
+++ b/shells/scsh/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: scsh
+# Version required: 0.5.1
+# Date created: Jul, 15, 1997
+# Whom: cracauer@cons.org "Martin Cracauer"
+#
+# $NetBSD: Makefile,v 1.1.1.1 1997/10/27 04:53:28 hubertf Exp $
+# FreeBSD Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp
+#
+
+DISTNAME= scsh-0.5.1
+CATEGORIES= shells lang
+MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/
+
+MAINTAINER= cracauer@cons.org
+
+GNU_CONFIGURE= yes
+
+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.mk>