summaryrefslogtreecommitdiff
path: root/shells/static-ast-ksh
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/static-ast-ksh
parent81892f7de8cb7dd15e374ea67b249d07b03e6364 (diff)
downloadpkgsrc-0d5985e4b3a7afe06f206bad9f083fe3ded9f459.tar.gz
move the various static shell packages back to their previous names.
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..811e82b37f6
--- /dev/null
+++ b/shells/static-ast-ksh/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.4 2004/01/11 23:06:54 grant 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 "../../mk/bsd.pkg.mk"