diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:30:15 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:30:15 +0000 |
commit | 350e320307bb38717811433bcaf35261e75339ec (patch) | |
tree | acb6a31b2ad2aba0d55107855d742219da33cdef /misc/heirloom-cal | |
parent | 2e70d976477584c79516158fd8a723ea73b392ba (diff) | |
download | pkgsrc-350e320307bb38717811433bcaf35261e75339ec.tar.gz |
heirloom part
Diffstat (limited to 'misc/heirloom-cal')
-rw-r--r-- | misc/heirloom-cal/DESCR | 1 | ||||
-rw-r--r-- | misc/heirloom-cal/Makefile | 14 | ||||
-rw-r--r-- | misc/heirloom-cal/PLIST | 3 |
3 files changed, 18 insertions, 0 deletions
diff --git a/misc/heirloom-cal/DESCR b/misc/heirloom-cal/DESCR new file mode 100644 index 00000000000..f1af554ad01 --- /dev/null +++ b/misc/heirloom-cal/DESCR @@ -0,0 +1 @@ +This package provides 'cal' utility. diff --git a/misc/heirloom-cal/Makefile b/misc/heirloom-cal/Makefile new file mode 100644 index 00000000000..f43b17f34af --- /dev/null +++ b/misc/heirloom-cal/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:30:15 cheusov Exp $ + +PKGNAME= heirloom-cal-${HEIRLOOM_VER} +CATEGORIES= misc time +LICENSE= original-bsd + +MAKE_FLAGS+= SUBDIRS="build cal" + +.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-cal/PLIST b/misc/heirloom-cal/PLIST new file mode 100644 index 00000000000..b60e932ebfb --- /dev/null +++ b/misc/heirloom-cal/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:30:15 cheusov Exp $ +${HLROOT}/bin/cal +${HLROOT}/man/man1/cal.1 |