From dc5a4b6f4e2c3ed75ded2cbaf17aa8f41c407954 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 14 Aug 2001 12:46:44 +0000 Subject: Initial import of a statically-linked tcsh package, based on the standard tcsh package, and using a minimal pkgsrc equivalent of a "reachover" structure. This is a much better solution for binary packages - it removes another mk.conf definition. --- shells/static-tcsh/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 shells/static-tcsh/Makefile (limited to 'shells/static-tcsh') diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile new file mode 100644 index 00000000000..0e4503dfd5e --- /dev/null +++ b/shells/static-tcsh/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/14 12:46:44 agc Exp $ +# + +DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo +PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches +PKGDIR= ${.CURDIR}/../../shells/tcsh/pkg + +CONFLICTS= tcsh-[0-9]* + +.include "../../shells/tcsh/Makefile" + +WRKSRC:= ${WRKDIR}/${PKGNAME} +PKGNAME:= static-${PKGNAME} +COMMENT:= Statically-linked version of the ${COMMENT} + +LDFLAGS+= -static -- cgit v1.2.3