diff options
-rw-r--r-- | math/heirloom-units/DESCR | 1 | ||||
-rw-r--r-- | math/heirloom-units/Makefile | 14 | ||||
-rw-r--r-- | math/heirloom-units/PLIST | 4 |
3 files changed, 19 insertions, 0 deletions
diff --git a/math/heirloom-units/DESCR b/math/heirloom-units/DESCR new file mode 100644 index 00000000000..65afeb50e5d --- /dev/null +++ b/math/heirloom-units/DESCR @@ -0,0 +1 @@ +This package provides 'units' utility. diff --git a/math/heirloom-units/Makefile b/math/heirloom-units/Makefile new file mode 100644 index 00000000000..e94dce335e7 --- /dev/null +++ b/math/heirloom-units/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:41:17 cheusov Exp $ + +PKGNAME= heirloom-units-${HEIRLOOM_VER} +CATEGORIES= math +LICENSE= original-bsd + +MAKE_FLAGS+= SUBDIRS="build units" + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/heirloom-units/PLIST b/math/heirloom-units/PLIST new file mode 100644 index 00000000000..f8d4c28b269 --- /dev/null +++ b/math/heirloom-units/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/05/28 08:41:17 cheusov Exp $ +${HLROOT}/bin/units +${HLROOT}/lib/unittab +${HLROOT}/man/man1/units.1 |