summaryrefslogtreecommitdiff
path: root/shells/static-bash2
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-bash2
parent81892f7de8cb7dd15e374ea67b249d07b03e6364 (diff)
downloadpkgsrc-0d5985e4b3a7afe06f206bad9f083fe3ded9f459.tar.gz
move the various static shell packages back to their previous names.
Diffstat (limited to 'shells/static-bash2')
-rw-r--r--shells/static-bash2/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/static-bash2/Makefile b/shells/static-bash2/Makefile
new file mode 100644
index 00000000000..cf238b0c2a9
--- /dev/null
+++ b/shells/static-bash2/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.4 2004/01/11 23:06:54 grant Exp $
+#
+
+DISTINFO_FILE= ${.CURDIR}/../../shells/bash2/distinfo
+PATCHDIR= ${.CURDIR}/../../shells/bash2/patches
+PKGDIR= ${.CURDIR}/../../shells/bash2
+
+CONFLICTS= bash-[0-9]*
+
+.include "../../shells/bash2/Makefile"
+
+WRKSRC:= ${WRKDIR}/${DISTNAME}
+PKGNAME:= static-${DISTNAME}
+COMMENT:= Statically-linked version of the ${COMMENT}
+
+LDFLAGS+= -static