diff options
author | cheusov <cheusov> | 2011-05-28 00:06:38 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2011-05-28 00:06:38 +0000 |
commit | 3965483a1c0db5f86bbdcf59da8d296db0125492 (patch) | |
tree | 73864d5fdb9eee5effcba15eb0bfbaf939a8e1e3 /sysutils/heirloom-mesg | |
parent | 4cd0e97560800f3d3ef2aca4c09c5b0db3c7a16a (diff) | |
download | pkgsrc-3965483a1c0db5f86bbdcf59da8d296db0125492.tar.gz |
heirloom-mesg utility
Diffstat (limited to 'sysutils/heirloom-mesg')
-rw-r--r-- | sysutils/heirloom-mesg/DESCR | 1 | ||||
-rw-r--r-- | sysutils/heirloom-mesg/Makefile | 13 | ||||
-rw-r--r-- | sysutils/heirloom-mesg/PLIST | 3 |
3 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/heirloom-mesg/DESCR b/sysutils/heirloom-mesg/DESCR new file mode 100644 index 00000000000..f0d2d570b7f --- /dev/null +++ b/sysutils/heirloom-mesg/DESCR @@ -0,0 +1 @@ +This package provides 'mesg' utility. diff --git a/sysutils/heirloom-mesg/Makefile b/sysutils/heirloom-mesg/Makefile new file mode 100644 index 00000000000..92d586a0680 --- /dev/null +++ b/sysutils/heirloom-mesg/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 00:06:38 cheusov Exp $ + +PKGNAME= heirloom-mesg-${HEIRLOOM_VER} +CATEGORIES= sysutils + +MAKE_FLAGS+= SUBDIRS="build mesg" + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/heirloom-mesg/PLIST b/sysutils/heirloom-mesg/PLIST new file mode 100644 index 00000000000..872f457ec4f --- /dev/null +++ b/sysutils/heirloom-mesg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 00:06:38 cheusov Exp $ +${HLROOT}/bin/mesg +${HLROOT}/man/man1/mesg.1 |