mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
GNU autoconf ver 2.4, to generate your own configure scripts.
Submitted by: torstenb
This commit is contained in:
parent
1d1872d38d
commit
4f34d33d51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2321
21
devel/autoconf/Makefile
Normal file
21
devel/autoconf/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/autoconf/distinfo
Normal file
1
devel/autoconf/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/autoconf/files/patch-aa
Normal file
19
devel/autoconf/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/autoconf/pkg-comment
Normal file
1
devel/autoconf/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/autoconf/pkg-descr
Normal file
7
devel/autoconf/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/autoconf/pkg-plist
Normal file
23
devel/autoconf/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
21
devel/autoconf213/Makefile
Normal file
21
devel/autoconf213/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/autoconf213/distinfo
Normal file
1
devel/autoconf213/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/autoconf213/files/patch-aa
Normal file
19
devel/autoconf213/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/autoconf213/pkg-comment
Normal file
1
devel/autoconf213/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/autoconf213/pkg-descr
Normal file
7
devel/autoconf213/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/autoconf213/pkg-plist
Normal file
23
devel/autoconf213/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
21
devel/autoconf253/Makefile
Normal file
21
devel/autoconf253/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/autoconf253/distinfo
Normal file
1
devel/autoconf253/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/autoconf253/files/patch-aa
Normal file
19
devel/autoconf253/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/autoconf253/pkg-comment
Normal file
1
devel/autoconf253/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/autoconf253/pkg-descr
Normal file
7
devel/autoconf253/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/autoconf253/pkg-plist
Normal file
23
devel/autoconf253/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
21
devel/autoconf254/Makefile
Normal file
21
devel/autoconf254/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/autoconf254/distinfo
Normal file
1
devel/autoconf254/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/autoconf254/files/patch-aa
Normal file
19
devel/autoconf254/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/autoconf254/pkg-comment
Normal file
1
devel/autoconf254/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/autoconf254/pkg-descr
Normal file
7
devel/autoconf254/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/autoconf254/pkg-plist
Normal file
23
devel/autoconf254/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
21
devel/autoconf257/Makefile
Normal file
21
devel/autoconf257/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/autoconf257/distinfo
Normal file
1
devel/autoconf257/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/autoconf257/files/patch-aa
Normal file
19
devel/autoconf257/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/autoconf257/pkg-comment
Normal file
1
devel/autoconf257/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/autoconf257/pkg-descr
Normal file
7
devel/autoconf257/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/autoconf257/pkg-plist
Normal file
23
devel/autoconf257/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
21
devel/autoconf259/Makefile
Normal file
21
devel/autoconf259/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/autoconf259/distinfo
Normal file
1
devel/autoconf259/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/autoconf259/files/patch-aa
Normal file
19
devel/autoconf259/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/autoconf259/pkg-comment
Normal file
1
devel/autoconf259/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/autoconf259/pkg-descr
Normal file
7
devel/autoconf259/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/autoconf259/pkg-plist
Normal file
23
devel/autoconf259/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
21
devel/autoconf26/Makefile
Normal file
21
devel/autoconf26/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/autoconf26/distinfo
Normal file
1
devel/autoconf26/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/autoconf26/files/patch-aa
Normal file
19
devel/autoconf26/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/autoconf26/pkg-comment
Normal file
1
devel/autoconf26/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/autoconf26/pkg-descr
Normal file
7
devel/autoconf26/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/autoconf26/pkg-plist
Normal file
23
devel/autoconf26/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
21
devel/autoconf261/Makefile
Normal file
21
devel/autoconf261/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/autoconf261/distinfo
Normal file
1
devel/autoconf261/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/autoconf261/files/patch-aa
Normal file
19
devel/autoconf261/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/autoconf261/pkg-comment
Normal file
1
devel/autoconf261/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/autoconf261/pkg-descr
Normal file
7
devel/autoconf261/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/autoconf261/pkg-plist
Normal file
23
devel/autoconf261/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
21
devel/autoconf262/Makefile
Normal file
21
devel/autoconf262/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/autoconf262/distinfo
Normal file
1
devel/autoconf262/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/autoconf262/files/patch-aa
Normal file
19
devel/autoconf262/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/autoconf262/pkg-comment
Normal file
1
devel/autoconf262/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/autoconf262/pkg-descr
Normal file
7
devel/autoconf262/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/autoconf262/pkg-plist
Normal file
23
devel/autoconf262/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
21
devel/autoconf267/Makefile
Normal file
21
devel/autoconf267/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/autoconf267/distinfo
Normal file
1
devel/autoconf267/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/autoconf267/files/patch-aa
Normal file
19
devel/autoconf267/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/autoconf267/pkg-comment
Normal file
1
devel/autoconf267/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/autoconf267/pkg-descr
Normal file
7
devel/autoconf267/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/autoconf267/pkg-plist
Normal file
23
devel/autoconf267/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
21
devel/autoconf268/Makefile
Normal file
21
devel/autoconf268/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/autoconf268/distinfo
Normal file
1
devel/autoconf268/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/autoconf268/files/patch-aa
Normal file
19
devel/autoconf268/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/autoconf268/pkg-comment
Normal file
1
devel/autoconf268/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/autoconf268/pkg-descr
Normal file
7
devel/autoconf268/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/autoconf268/pkg-plist
Normal file
23
devel/autoconf268/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
21
devel/gnu-autoconf/Makefile
Normal file
21
devel/gnu-autoconf/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# New ports collection makefile for: autoconf
|
||||||
|
# Version required: 2.4
|
||||||
|
# Date created: 7 October 1995
|
||||||
|
# Whom: torstenb@FreeBSD.ORG
|
||||||
|
#
|
||||||
|
# $Id$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= autoconf-2.4
|
||||||
|
CATEGORIES= development programming
|
||||||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||||||
|
|
||||||
|
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
|
MAINTAINER= torstenb@FreeBSD.ORG
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
devel/gnu-autoconf/distinfo
Normal file
1
devel/gnu-autoconf/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
|
19
devel/gnu-autoconf/files/patch-aa
Normal file
19
devel/gnu-autoconf/files/patch-aa
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
|
||||||
|
--- Makefile.in Sat Jul 1 18:19:38 1995
|
||||||
|
***************
|
||||||
|
*** 138,144 ****
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
||||||
|
--- 138,144 ----
|
||||||
|
-if test -f autoscan; then \
|
||||||
|
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
|
||||||
|
for i in acfunctions acheaders acidentifiers acprograms \
|
||||||
|
! acmakevars config.guess config.sub; do \
|
||||||
|
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
|
||||||
|
done; \
|
||||||
|
else :; fi
|
1
devel/gnu-autoconf/pkg-comment
Normal file
1
devel/gnu-autoconf/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
autoconf-2.4, produce shell scripts to automatically configure source code
|
7
devel/gnu-autoconf/pkg-descr
Normal file
7
devel/gnu-autoconf/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
Autoconf is an extensible package of m4 macros that produce shell
|
||||||
|
scripts to automatically configure software source code packages.
|
||||||
|
These scripts can adapt the packages to many kinds of UNIX-like
|
||||||
|
systems without manual user intervention. Autoconf creates a
|
||||||
|
configuration script for a package from a template file that lists the
|
||||||
|
operating system features that the package can use, in the form of m4
|
||||||
|
macro calls.
|
23
devel/gnu-autoconf/pkg-plist
Normal file
23
devel/gnu-autoconf/pkg-plist
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
bin/autoconf
|
||||||
|
bin/autoheader
|
||||||
|
bin/autoreconf
|
||||||
|
bin/autoscan
|
||||||
|
bin/autoupdate
|
||||||
|
bin/ifnames
|
||||||
|
info/autoconf.info
|
||||||
|
info/standards.info
|
||||||
|
share/autoconf/acconfig.h
|
||||||
|
share/autoconf/acfunctions
|
||||||
|
share/autoconf/acgeneral.m4
|
||||||
|
share/autoconf/acheaders
|
||||||
|
share/autoconf/acidentifiers
|
||||||
|
share/autoconf/acmakevars
|
||||||
|
share/autoconf/acoldnames.m4
|
||||||
|
share/autoconf/acprograms
|
||||||
|
share/autoconf/acspecific.m4
|
||||||
|
share/autoconf/autoconf.m4
|
||||||
|
share/autoconf/autoconf.m4f
|
||||||
|
share/autoconf/autoheader.m4
|
||||||
|
share/autoconf/autoheader.m4f
|
||||||
|
share/autoconf/config.guess
|
||||||
|
share/autoconf/config.sub
|
Loading…
Reference in New Issue
Block a user