1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

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)
This commit is contained in:
Oliver Braun 2002-08-28 19:34:18 +00:00
parent 167728c997
commit dd5c135684
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65187
6 changed files with 61 additions and 0 deletions

View File

@ -67,6 +67,7 @@
SUBDIR += bugbuddy
SUBDIR += bugbuddy2
SUBDIR += bugzilla
SUBDIR += buildtool
SUBDIR += byaccj
SUBDIR += c2hs
SUBDIR += c2lib

20
devel/buildtool/Makefile Normal file
View File

@ -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>

1
devel/buildtool/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (buildtool-0.2.tar.gz) = 7940bc830b533b9e9d66b3e17675fb98

View File

@ -0,0 +1 @@
Buildtool is a set of portable software build utilities

10
devel/buildtool/pkg-descr Normal file
View File

@ -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/

28
devel/buildtool/pkg-plist Normal file
View File

@ -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