summaryrefslogtreecommitdiff
path: root/shells/static-tcsh
diff options
context:
space:
mode:
authorgrant <grant>2004-01-11 23:06:54 +0000
committergrant <grant>2004-01-11 23:06:54 +0000
commitb2d88c880d14d099b4a1f9267abf5614e01532ef (patch)
tree362479fc4e0eb01ddbfee55f83f8f8c4d8c622fb /shells/static-tcsh
parent0fead37f3d1722400349c24e6b04ace2ed53cf1c (diff)
downloadpkgsrc-b2d88c880d14d099b4a1f9267abf5614e01532ef.tar.gz
move the various static shell packages back to their previous names.
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..b90fae33c92
--- /dev/null
+++ b/shells/static-tcsh/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.5 2004/01/11 23:06:54 grant Exp $
+#
+
+DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
+PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
+PKGDIR= ${.CURDIR}/../../shells/tcsh
+
+CONFLICTS= tcsh-[0-9]*
+
+.include "../../shells/tcsh/Makefile"
+
+WRKSRC:= ${WRKDIR}/${DISTNAME}
+PKGNAME:= static-${DISTNAME}
+COMMENT:= Statically-linked version of the ${COMMENT}
+
+LDFLAGS+= -static