diff options
author | agc <agc@pkgsrc.org> | 2001-08-14 12:46:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-08-14 12:46:44 +0000 |
commit | 689861fed8fee2e0e778e7fa92a8526c63ad5c63 (patch) | |
tree | 84ff6ff1d6e095d3d848a81491181913980f695b /shells/static-tcsh/Makefile | |
parent | 6b1239edda562253f62accb621df634019cb1309 (diff) | |
download | pkgsrc-689861fed8fee2e0e778e7fa92a8526c63ad5c63.tar.gz |
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.
Diffstat (limited to 'shells/static-tcsh/Makefile')
-rw-r--r-- | shells/static-tcsh/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
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 |