summaryrefslogtreecommitdiff
path: root/lang/nawk/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-10-15 13:19:21 +0000
committeragc <agc@pkgsrc.org>1998-10-15 13:19:21 +0000
commita94c635854987bae2f6f5be19ae45cd9b42f71c3 (patch)
tree3bd08f7e5b369bc46dafad7846e3a8387fdc80d8 /lang/nawk/Makefile
parent23fc7d9c88e775ec38933959d82fd93a561059d0 (diff)
downloadpkgsrc-a94c635854987bae2f6f5be19ae45cd9b42f71c3.tar.gz
Initial import of Brian Kernighan's definitive version of new awk into
the Packages collection.
Diffstat (limited to 'lang/nawk/Makefile')
-rw-r--r--lang/nawk/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile
new file mode 100644
index 00000000000..6e145a2b9a7
--- /dev/null
+++ b/lang/nawk/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/10/15 13:19:21 agc Exp $
+#
+
+DISTNAME= awk
+PKGNAME= nawk-19980211
+CATEGORIES= lang
+MASTER_SITES= http://cm.bell-labs.com/who/bwk/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://cm.bell-labs.com/who/bwk/
+
+NO_WRKSUBDIR= yes
+MAKEFILE= makefile
+ALL_TARGET= a.out
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/a.out ${PREFIX}/bin/nawk
+ ${SED} -e 's|awk|nawk|g' ${WRKSRC}/awk.1 > ${PREFIX}/man/man1/nawk.1
+
+.include "../../mk/bsd.pkg.mk"