summaryrefslogtreecommitdiff
path: root/shells/static-ast-ksh
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-05-31 16:14:47 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-05-31 16:14:47 +0000
commitb8adf442de2d785f60dc9b6fc854468a7d8f162e (patch)
tree4b31f4653a52d83e525552900e364c5978a831d3 /shells/static-ast-ksh
parent05a435ee807a0b8b416f6d78f59ee66064bb86da (diff)
downloadpkgsrc-b8adf442de2d785f60dc9b6fc854468a7d8f162e.tar.gz
Add static version of ast-ksh.
Requested by Steven M. Bellovin <smb at netbsd dot org> on netbsd-users@netbsd.org.
Diffstat (limited to 'shells/static-ast-ksh')
-rw-r--r--shells/static-ast-ksh/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/static-ast-ksh/Makefile b/shells/static-ast-ksh/Makefile
new file mode 100644
index 00000000000..695c2bd1d7d
--- /dev/null
+++ b/shells/static-ast-ksh/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2003/05/31 16:14:47 uebayasi Exp $
+#
+.include "../../shells/ast-ksh/Makefile.common"
+
+CONFLICTS= ast-ksh-[0-9]* # Override.
+
+DISTINFO_FILE= ${.CURDIR}/../../shells/ast-ksh/distinfo
+PATCHDIR= ${.CURDIR}/../../shells/ast-ksh/patches
+PKGDIR= ${.CURDIR}/../../shells/ast-ksh
+
+PKGNAME:= static-${PKGNAME}
+COMMENT:= Statically-linked version of the ${COMMENT}
+
+KSH93_MAKEFLAGS=LDFLAGS=-static
+
+.include "../../shells/ast-ksh/Makefile.include"