summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-11 23:06:54 +0000
committergrant <grant@pkgsrc.org>2004-01-11 23:06:54 +0000
commit0d5985e4b3a7afe06f206bad9f083fe3ded9f459 (patch)
tree362479fc4e0eb01ddbfee55f83f8f8c4d8c622fb /shells/standalone-tcsh
parent81892f7de8cb7dd15e374ea67b249d07b03e6364 (diff)
downloadpkgsrc-0d5985e4b3a7afe06f206bad9f083fe3ded9f459.tar.gz
move the various static shell packages back to their previous names.
Diffstat (limited to 'shells/standalone-tcsh')
-rw-r--r--shells/standalone-tcsh/DESCR5
-rw-r--r--shells/standalone-tcsh/Makefile28
-rw-r--r--shells/standalone-tcsh/PLIST3
3 files changed, 36 insertions, 0 deletions
diff --git a/shells/standalone-tcsh/DESCR b/shells/standalone-tcsh/DESCR
new file mode 100644
index 00000000000..6894bee0893
--- /dev/null
+++ b/shells/standalone-tcsh/DESCR
@@ -0,0 +1,5 @@
+TCSH is an extended C-shell with many useful features like
+filename completion, history editing, etc.
+
+This version installs a statically-linked version of tcsh into
+/bin, for use as a standalone shell.
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile
new file mode 100644
index 00000000000..bd3bd4f67c1
--- /dev/null
+++ b/shells/standalone-tcsh/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.12 2004/01/11 23:06:54 grant Exp $
+#
+
+NO_MTREE= YES
+
+PKGNAME= standalone-${DISTNAME}
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+PKG_SHELL= /bin/tcsh
+
+.include "../../shells/tcsh/Makefile"
+
+COMMENT:= Standalone version of the Extended C-shell
+
+PATCH:= ${PATCH}
+PKG_INFO:= ${PKG_INFO}
+PKG_CREATE:= ${PKG_CREATE}
+PREFIX= /
+NLSDIR= usr/share/nls
+CONFIGURE_ARGS= --prefix=${PREFIX} --bindir=/bin
+CONFIGURE_ARGS+= --mandir=/usr/share/man
+
+DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
+PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
+
+.if ${OPSYS} != "SunOS"
+LDFLAGS+= -static
+.endif
diff --git a/shells/standalone-tcsh/PLIST b/shells/standalone-tcsh/PLIST
new file mode 100644
index 00000000000..287e8ac8b91
--- /dev/null
+++ b/shells/standalone-tcsh/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.4 2004/01/11 23:06:54 grant Exp $
+bin/tcsh
+usr/share/man/man1/tcsh.1