summaryrefslogtreecommitdiff
path: root/shells/static-tcsh
diff options
context:
space:
mode:
authoragc <agc>2001-08-14 12:46:44 +0000
committeragc <agc>2001-08-14 12:46:44 +0000
commitdc5a4b6f4e2c3ed75ded2cbaf17aa8f41c407954 (patch)
tree84ff6ff1d6e095d3d848a81491181913980f695b /shells/static-tcsh
parentc3132f5421854b1dee0603618202daa81706683e (diff)
downloadpkgsrc-dc5a4b6f4e2c3ed75ded2cbaf17aa8f41c407954.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')
-rw-r--r--shells/static-tcsh/Makefile16
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