diff options
author | agc <agc@pkgsrc.org> | 2002-10-21 08:16:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-10-21 08:16:06 +0000 |
commit | 3442d23566527375ab222a8f9b21fb9a0181b744 (patch) | |
tree | 4d2c2019866e1be6d7b929a2757d222ce66d02c2 | |
parent | 8956afab00dd7ffa3f07bac19862058e497df54d (diff) | |
download | pkgsrc-3442d23566527375ab222a8f9b21fb9a0181b744.tar.gz |
Initial import of buildtool-0.6 into the NetBSD Packages Collection.
Provided in PR 18042 by Julio Merino.
Buildtool is a set of helper tools designed to make easy to
configure source packages and build them, also making them more
portable.
Buildtool can be tought as the BSD replacement of GNU automake,
autoconf and libtool.
-rw-r--r-- | devel/buildtool/DESCR | 6 | ||||
-rw-r--r-- | devel/buildtool/Makefile | 19 | ||||
-rw-r--r-- | devel/buildtool/PLIST | 42 | ||||
-rw-r--r-- | devel/buildtool/distinfo | 4 |
4 files changed, 71 insertions, 0 deletions
diff --git a/devel/buildtool/DESCR b/devel/buildtool/DESCR new file mode 100644 index 00000000000..54754bec293 --- /dev/null +++ b/devel/buildtool/DESCR @@ -0,0 +1,6 @@ +Buildtool is a set of helper tools designed to make easy to +configure source packages and build them, also making them more +portable. + +Buildtool can be tought as the BSD replacement of GNU automake, +autoconf and libtool. diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile new file mode 100644 index 00000000000..cea207fe88d --- /dev/null +++ b/devel/buildtool/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/10/21 08:16:06 agc Exp $ +# + +DISTNAME= buildtool-0.6 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildtool/} + +MAINTAINER= jmmv@hispabsd.org +HOMEPAGE= http://buildtool.sourceforge.net/ +COMMENT= Build infrastructure for source packages + +INFO_FILES+= buildtool.info + +do-configure: + cd ${WRKSRC} && ./configure -p ${LOCALBASE} + +.include "../../mk/texinfo.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/buildtool/PLIST b/devel/buildtool/PLIST new file mode 100644 index 00000000000..3feb85b66da --- /dev/null +++ b/devel/buildtool/PLIST @@ -0,0 +1,42 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/21 08:16:06 agc Exp $ +bin/buildtool +bin/buildtool-0 +@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/buildtool.info +info/buildtool.info +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/buildtool.info +libexec/buildtool-0/bt_config +libexec/buildtool-0/bt_dist +libexec/buildtool-0/bt_doc +libexec/buildtool-0/bt_lint +libexec/buildtool-0/bt_make +libexec/buildtool-0/bt_mkdep +man/man1/buildtool.1 +share/buildtool-0/bt_config/base.subr +share/buildtool-0/licenses/apache +share/buildtool-0/licenses/artistic +share/buildtool-0/licenses/bsd +share/buildtool-0/licenses/gplv2 +share/buildtool-0/mk/bt.clean.mk +share/buildtool-0/mk/bt.dep.mk +share/buildtool-0/mk/bt.inc.mk +share/buildtool-0/mk/bt.info.mk +share/buildtool-0/mk/bt.init.mk +share/buildtool-0/mk/bt.lib.mk +share/buildtool-0/mk/bt.man.mk +share/buildtool-0/mk/bt.prog.mk +share/buildtool-0/mk/bt.subdir.mk +share/buildtool-0/mk/qt.moc.mk +share/buildtool-0/mk/sys.mk +share/buildtool-0/templates/sa.README.bt +share/buildtool-0/templates/sa.config +share/buildtool-0/templates/sa.config_init +share/buildtool-0/templates/sa.defs +share/buildtool-0/templates/sa.docs +share/buildtool-0/templates/sa.mk_src +share/buildtool-0/templates/sa.mk_top +@dirrm share/buildtool-0/templates +@dirrm share/buildtool-0/mk +@dirrm share/buildtool-0/licenses +@dirrm share/buildtool-0/bt_config +@dirrm share/buildtool-0 +@dirrm libexec/buildtool-0 diff --git a/devel/buildtool/distinfo b/devel/buildtool/distinfo new file mode 100644 index 00000000000..1847c17cdd1 --- /dev/null +++ b/devel/buildtool/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/10/21 08:16:06 agc Exp $ + +SHA1 (buildtool-0.6.tar.gz) = 524cda2c3a0f1f7355052d84d7a21e80cafe470b +Size (buildtool-0.6.tar.gz) = 270287 bytes |