diff options
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" |