diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:15:50 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:15:50 +0000 |
commit | 2e783e2438805fdd05e60cc506c294bf529583d7 (patch) | |
tree | d5e5f5a3a59e76a3aa0427c353a42da8760805ac /textproc/heirloom-line | |
parent | 7339075f6ceef2eedad7755225898ab7854f1b89 (diff) | |
download | pkgsrc-2e783e2438805fdd05e60cc506c294bf529583d7.tar.gz |
heirloom part
Diffstat (limited to 'textproc/heirloom-line')
-rw-r--r-- | textproc/heirloom-line/DESCR | 1 | ||||
-rw-r--r-- | textproc/heirloom-line/Makefile | 13 | ||||
-rw-r--r-- | textproc/heirloom-line/PLIST | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/textproc/heirloom-line/DESCR b/textproc/heirloom-line/DESCR new file mode 100644 index 00000000000..dbce79d46f6 --- /dev/null +++ b/textproc/heirloom-line/DESCR @@ -0,0 +1 @@ +This package provides 'line' utility. diff --git a/textproc/heirloom-line/Makefile b/textproc/heirloom-line/Makefile new file mode 100644 index 00000000000..94b40662c67 --- /dev/null +++ b/textproc/heirloom-line/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:15:50 cheusov Exp $ + +PKGNAME= heirloom-line-${HEIRLOOM_VER} +CATEGORIES= textproc + +MAKE_FLAGS+= SUBDIRS="build line" + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/heirloom-line/PLIST b/textproc/heirloom-line/PLIST new file mode 100644 index 00000000000..3cf83cf4cbf --- /dev/null +++ b/textproc/heirloom-line/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:15:50 cheusov Exp $ +${HLROOT}/bin/line +${HLROOT}/man/man1/line.1 |