summaryrefslogtreecommitdiff
path: root/devel/autoconf267
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-12 07:11:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-12 07:11:56 +0000
commit4f34d33d51ee63bd1df8ccf478ee67fef78a2c01 (patch)
treeb5f08bb04a454fc7206b55ea585ad7f1584fcb22 /devel/autoconf267
parentRemove my previous changes - this is handled better elsewhere (diff)
GNU autoconf ver 2.4, to generate your own configure scripts.
Submitted by: torstenb
Notes
Notes: svn path=/head/; revision=2321
Diffstat (limited to 'devel/autoconf267')
-rw-r--r--devel/autoconf267/Makefile21
-rw-r--r--devel/autoconf267/distinfo1
-rw-r--r--devel/autoconf267/files/patch-aa19
-rw-r--r--devel/autoconf267/pkg-comment1
-rw-r--r--devel/autoconf267/pkg-descr7
-rw-r--r--devel/autoconf267/pkg-plist23
6 files changed, 72 insertions, 0 deletions
diff --git a/devel/autoconf267/Makefile b/devel/autoconf267/Makefile
new file mode 100644
index 000000000000..b72cdc201bf1
--- /dev/null
+++ b/devel/autoconf267/Makefile
@@ -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>
diff --git a/devel/autoconf267/distinfo b/devel/autoconf267/distinfo
new file mode 100644
index 000000000000..668bf14ad417
--- /dev/null
+++ b/devel/autoconf267/distinfo
@@ -0,0 +1 @@
+MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf
diff --git a/devel/autoconf267/files/patch-aa b/devel/autoconf267/files/patch-aa
new file mode 100644
index 000000000000..82781c318f04
--- /dev/null
+++ b/devel/autoconf267/files/patch-aa
@@ -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
diff --git a/devel/autoconf267/pkg-comment b/devel/autoconf267/pkg-comment
new file mode 100644
index 000000000000..6775260aba13
--- /dev/null
+++ b/devel/autoconf267/pkg-comment
@@ -0,0 +1 @@
+autoconf-2.4, produce shell scripts to automatically configure source code
diff --git a/devel/autoconf267/pkg-descr b/devel/autoconf267/pkg-descr
new file mode 100644
index 000000000000..61da7cbcafe8
--- /dev/null
+++ b/devel/autoconf267/pkg-descr
@@ -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.
diff --git a/devel/autoconf267/pkg-plist b/devel/autoconf267/pkg-plist
new file mode 100644
index 000000000000..f35b76459561
--- /dev/null
+++ b/devel/autoconf267/pkg-plist
@@ -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