diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:30:35 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:30:35 +0000 |
commit | 6b24713ded6436cf857c257fb686c1f29d3f7410 (patch) | |
tree | 287dd6bf964a82e85ced5d702fb0bb134ccc2874 /misc | |
parent | 36159e0401e003d5cfd410f4f9e0ec56f574d231 (diff) | |
download | pkgsrc-6b24713ded6436cf857c257fb686c1f29d3f7410.tar.gz |
heirloom part
Diffstat (limited to 'misc')
-rw-r--r-- | misc/heirloom-calendar/DESCR | 1 | ||||
-rw-r--r-- | misc/heirloom-calendar/Makefile | 14 | ||||
-rw-r--r-- | misc/heirloom-calendar/PLIST | 4 |
3 files changed, 19 insertions, 0 deletions
diff --git a/misc/heirloom-calendar/DESCR b/misc/heirloom-calendar/DESCR new file mode 100644 index 00000000000..3ce1785da59 --- /dev/null +++ b/misc/heirloom-calendar/DESCR @@ -0,0 +1 @@ +This package provides 'calendar' utility. diff --git a/misc/heirloom-calendar/Makefile b/misc/heirloom-calendar/Makefile new file mode 100644 index 00000000000..3f16370858e --- /dev/null +++ b/misc/heirloom-calendar/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:30:35 cheusov Exp $ + +PKGNAME= heirloom-calendar-${HEIRLOOM_VER} +CATEGORIES= misc time +LICENSE= original-bsd + +MAKE_FLAGS+= SUBDIRS="build calendar" + +.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-calendar/PLIST b/misc/heirloom-calendar/PLIST new file mode 100644 index 00000000000..6ffe08fbc99 --- /dev/null +++ b/misc/heirloom-calendar/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:30:35 cheusov Exp $ +${HLROOT}/bin/calendar +${HLROOT}/lib/calprog +${HLROOT}/man/man1/calendar.1 |