heirloom part
This commit is contained in:
parent
454e6e5707
commit
5d6e5c45e6
3 changed files with 18 additions and 0 deletions
1
textproc/heirloom-join/DESCR
Normal file
1
textproc/heirloom-join/DESCR
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This package provides 'join' utility.
|
14
textproc/heirloom-join/Makefile
Normal file
14
textproc/heirloom-join/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:15:31 cheusov Exp $
|
||||||
|
|
||||||
|
PKGNAME= heirloom-join-${HEIRLOOM_VER}
|
||||||
|
CATEGORIES= textproc
|
||||||
|
LICENSE= original-bsd
|
||||||
|
|
||||||
|
MAKE_FLAGS+= SUBDIRS="build join"
|
||||||
|
|
||||||
|
.include "../../sysutils/heirloom-doc/Makefile.common"
|
||||||
|
|
||||||
|
DESCR_SRC+= DESCR
|
||||||
|
|
||||||
|
.include "../../devel/heirloom-libcommon/buildlink3.mk"
|
||||||
|
.include "../../mk/bsd.pkg.mk"
|
3
textproc/heirloom-join/PLIST
Normal file
3
textproc/heirloom-join/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:15:31 cheusov Exp $
|
||||||
|
${HLROOT}/bin/join
|
||||||
|
${HLROOT}/man/man1/join.1
|
Loading…
Reference in a new issue