diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/heirloom-time/DESCR | 1 | ||||
-rw-r--r-- | misc/heirloom-time/Makefile | 15 | ||||
-rw-r--r-- | misc/heirloom-time/PLIST | 5 |
3 files changed, 21 insertions, 0 deletions
diff --git a/misc/heirloom-time/DESCR b/misc/heirloom-time/DESCR new file mode 100644 index 00000000000..c79c099c99f --- /dev/null +++ b/misc/heirloom-time/DESCR @@ -0,0 +1 @@ +This package provides 'time' utility. diff --git a/misc/heirloom-time/Makefile b/misc/heirloom-time/Makefile new file mode 100644 index 00000000000..af735380608 --- /dev/null +++ b/misc/heirloom-time/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:33:06 cheusov Exp $ + +PKGNAME= heirloom-time-${HEIRLOOM_VER} +CATEGORIES= misc time + +MAKE_FLAGS+= SUBDIRS="build time" + +NOT_FOR_PLATFORM+= NetBSD-*-* + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/heirloom-time/PLIST b/misc/heirloom-time/PLIST new file mode 100644 index 00000000000..f75ebef9e22 --- /dev/null +++ b/misc/heirloom-time/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:33:06 cheusov Exp $ +${HLROOT}/bin/ptime +${HLROOT}/bin/time +${HLROOT}/man/man1/ptime.1 +${HLROOT}/man/man1/time.1 |