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 | 3ed36d97ddbe9f87d6b83f373f2b1ec07eb1f499 (patch) | |
tree | 131079d72d6defeb910c25de5320b4058497a24c /math/heirloom-units/Makefile | |
parent | 89564993d1de997ad877647aba663dc2529e22ed (diff) | |
download | pkgsrc-3ed36d97ddbe9f87d6b83f373f2b1ec07eb1f499.tar.gz |
heirloom part
Diffstat (limited to 'math/heirloom-units/Makefile')
-rw-r--r-- | math/heirloom-units/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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" |