heirloom nawk and oawk
This commit is contained in:
parent
1a183db087
commit
b89fa191b7
3 changed files with 31 additions and 0 deletions
1
lang/heirloom-awk/DESCR
Normal file
1
lang/heirloom-awk/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
This package provides AWK language implementations.
|
17
lang/heirloom-awk/Makefile
Normal file
17
lang/heirloom-awk/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 01:01:46 cheusov Exp $
|
||||
|
||||
PKGNAME= heirloom-awk-${HEIRLOOM_VER}
|
||||
CATEGORIES= textproc lang
|
||||
LICENSE= gnu-gpl-v2 AND original-bsd
|
||||
|
||||
MAKE_FLAGS+= SUBDIRS="build oawk nawk"
|
||||
|
||||
NEED_LIBUXRE= 1
|
||||
|
||||
.include "../../sysutils/heirloom-doc/Makefile.common"
|
||||
|
||||
DESCR_SRC+= DESCR
|
||||
|
||||
.include "../../devel/heirloom-libcommon/buildlink3.mk"
|
||||
.include "../../devel/libuxre/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
13
lang/heirloom-awk/PLIST
Normal file
13
lang/heirloom-awk/PLIST
Normal file
|
@ -0,0 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 01:01:46 cheusov Exp $
|
||||
${HLROOT}/bin/awk
|
||||
${HLROOT}/bin/nawk
|
||||
${HLROOT}/bin/oawk
|
||||
${HLROOT}/bin/posix/awk
|
||||
${HLROOT}/bin/posix/nawk
|
||||
${HLROOT}/bin/posix2001/awk
|
||||
${HLROOT}/bin/posix2001/nawk
|
||||
${HLROOT}/bin/s42/awk
|
||||
${HLROOT}/bin/s42/nawk
|
||||
${HLROOT}/man/man1/awk.1
|
||||
${HLROOT}/man/man1/nawk.1
|
||||
${HLROOT}/man/man1/oawk.1
|
Loading…
Reference in a new issue