summaryrefslogtreecommitdiff
path: root/devel/buildtool
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-08-28 19:34:18 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-08-28 19:34:18 +0000
commitdd5c135684cdb8dcb1ef1f34ddfbb771ffc18c65 (patch)
tree85844058f55c6f88c8dbc6754be32951b5bd5977 /devel/buildtool
parentUpgrade to 2.21 (diff)
Add buildtool 0.2, a set of portable software build utilities.
PR: ports/42109 Submitted by: Jos Backus <jos@catnook.com> Approved by: dwcjr (mentor)
Notes
Notes: svn path=/head/; revision=65187
Diffstat (limited to 'devel/buildtool')
-rw-r--r--devel/buildtool/Makefile20
-rw-r--r--devel/buildtool/distinfo1
-rw-r--r--devel/buildtool/pkg-comment1
-rw-r--r--devel/buildtool/pkg-descr10
-rw-r--r--devel/buildtool/pkg-plist28
5 files changed, 60 insertions, 0 deletions
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile
new file mode 100644
index 000000000000..4248e54fdc28
--- /dev/null
+++ b/devel/buildtool/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: buildtool
+# Date created: Tue Aug 27 22:11:08 PDT 2002
+# Whom: Jos Backus <jos@catnook.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= buildtool
+PORTVERSION= 0.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= jos@catnook.com
+
+do-configure:
+ @cd ${WRKSRC} \
+ && ./configure -p ${PREFIX}
+
+.include <bsd.port.mk>
diff --git a/devel/buildtool/distinfo b/devel/buildtool/distinfo
new file mode 100644
index 000000000000..d84fd894ef7f
--- /dev/null
+++ b/devel/buildtool/distinfo
@@ -0,0 +1 @@
+MD5 (buildtool-0.2.tar.gz) = 7940bc830b533b9e9d66b3e17675fb98
diff --git a/devel/buildtool/pkg-comment b/devel/buildtool/pkg-comment
new file mode 100644
index 000000000000..1fd21bd6baaa
--- /dev/null
+++ b/devel/buildtool/pkg-comment
@@ -0,0 +1 @@
+Buildtool is a set of portable software build utilities
diff --git a/devel/buildtool/pkg-descr b/devel/buildtool/pkg-descr
new file mode 100644
index 000000000000..4340c52f49a7
--- /dev/null
+++ b/devel/buildtool/pkg-descr
@@ -0,0 +1,10 @@
+Buildtool is a set of utilities which will make your programs more portable
+and easier to build on any kind of Unix-like system. All the utilities are
+integrated with each other, which means that they all work together. It is
+completly free, licensed under the terms of the BSD license.
+
+If you have ever used GNU automake, autoconf and/or libtool, you will find
+buildtool very similar. In fact, it is an implementation of the ideas of the
+GNU programs, but with a completely different design.
+
+WWW: http://buildtool.sourceforge.net/
diff --git a/devel/buildtool/pkg-plist b/devel/buildtool/pkg-plist
new file mode 100644
index 000000000000..ea70680a330d
--- /dev/null
+++ b/devel/buildtool/pkg-plist
@@ -0,0 +1,28 @@
+bin/buildtool
+bin/buildtool-0
+libexec/buildtool-0/bt_config
+libexec/buildtool-0/bt_doc
+libexec/buildtool-0/bt_make
+libexec/buildtool-0/bt_mkdep
+share/buildtool-0/bt_config/base.subr
+share/buildtool-0/mk/bt.dep.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/sys.mk
+share/buildtool-0/templates/sa.README.bt
+share/buildtool-0/templates/sa.defs
+share/buildtool-0/templates/sa.config
+share/buildtool-0/templates/sa.docs
+share/buildtool-0/templates/sa.mk_top
+share/buildtool-0/templates/sa.mk_src
+share/buildtool-0/licenses/bsd
+share/buildtool-0/licenses/gplv2
+@dirrm libexec/buildtool-0
+@dirrm share/buildtool-0/bt_config
+@dirrm share/buildtool-0/mk
+@dirrm share/buildtool-0/templates
+@dirrm share/buildtool-0/licenses
+@dirrm share/buildtool-0