summaryrefslogtreecommitdiff
path: root/shells/static-bash2/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2002-09-27 22:09:09 +0000
committercjep <cjep>2002-09-27 22:09:09 +0000
commitcd1f519ff9f420a33ba28b41446162eabc884fca (patch)
tree329302fc2fbef7ba59b834fd1b35dbedd38b111a /shells/static-bash2/Makefile
parent5ebda1e3eca39c49bc3bc9cc0a84ab1c2c11e303 (diff)
downloadpkgsrc-cd1f519ff9f420a33ba28b41446162eabc884fca.tar.gz
A static-bash2 package (to match static-tcsh).
Diffstat (limited to 'shells/static-bash2/Makefile')
-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..a1e17e50cbe
--- /dev/null
+++ b/shells/static-bash2/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/09/27 22:09:09 cjep 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-${PKGNAME}
+COMMENT:= Statically-linked version of the ${COMMENT}
+
+LDFLAGS+= -static