From 491468ec07beee55ccb291e2eaffb515652b699e Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 11 Jan 2004 23:06:54 +0000 Subject: move the various static shell packages back to their previous names. --- shells/standalone-tcsh/DESCR | 5 +++++ shells/standalone-tcsh/Makefile | 28 ++++++++++++++++++++++++++++ shells/standalone-tcsh/PLIST | 3 +++ 3 files changed, 36 insertions(+) create mode 100644 shells/standalone-tcsh/DESCR create mode 100644 shells/standalone-tcsh/Makefile create mode 100644 shells/standalone-tcsh/PLIST (limited to 'shells/standalone-tcsh') 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 -- cgit v1.2.3