diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:41:17 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:41:17 +0000 |
commit | fc4c25ff262bef020b1312e55cd5cfa7c4a5ad3e (patch) | |
tree | 131079d72d6defeb910c25de5320b4058497a24c /math/heirloom-units | |
parent | a30b9be4b73b75efe5bef72eac1dc5d3eb0ece2e (diff) | |
download | pkgsrc-fc4c25ff262bef020b1312e55cd5cfa7c4a5ad3e.tar.gz |
heirloom part
Diffstat (limited to 'math/heirloom-units')
-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 |