diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:12:51 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-28 08:12:51 +0000 |
commit | a6efded3fc7e39689d244bea71701497ddbd9560 (patch) | |
tree | 54dd54909ca039d4f960b748ddd0c2954760b715 /textproc/heirloom-comm/Makefile | |
parent | adf1649b752583fe20b25fb4266c9b59cc189fc0 (diff) | |
download | pkgsrc-a6efded3fc7e39689d244bea71701497ddbd9560.tar.gz |
heirloom part
Diffstat (limited to 'textproc/heirloom-comm/Makefile')
-rw-r--r-- | textproc/heirloom-comm/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/heirloom-comm/Makefile b/textproc/heirloom-comm/Makefile new file mode 100644 index 00000000000..f87efb7b9d0 --- /dev/null +++ b/textproc/heirloom-comm/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/28 08:12:51 cheusov Exp $ + +PKGNAME= heirloom-comm-${HEIRLOOM_VER} +CATEGORIES= textproc +LICENSE= original-bsd + +MAKE_FLAGS+= SUBDIRS="build comm" + +.include "../../sysutils/heirloom-doc/Makefile.common" + +DESCR_SRC+= DESCR + +.include "../../devel/heirloom-libcommon/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |