diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-12 07:11:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-12 07:11:56 +0000 |
commit | 4f34d33d51ee63bd1df8ccf478ee67fef78a2c01 (patch) | |
tree | b5f08bb04a454fc7206b55ea585ad7f1584fcb22 /devel/autoconf253 | |
parent | 1d1872d38de526ebfce1f5a250fb4792d1069258 (diff) | |
download | ports-4f34d33d51ee63bd1df8ccf478ee67fef78a2c01.tar.gz ports-4f34d33d51ee63bd1df8ccf478ee67fef78a2c01.zip |
Notes
Diffstat (limited to 'devel/autoconf253')
-rw-r--r-- | devel/autoconf253/Makefile | 21 | ||||
-rw-r--r-- | devel/autoconf253/distinfo | 1 | ||||
-rw-r--r-- | devel/autoconf253/files/patch-aa | 19 | ||||
-rw-r--r-- | devel/autoconf253/pkg-comment | 1 | ||||
-rw-r--r-- | devel/autoconf253/pkg-descr | 7 | ||||
-rw-r--r-- | devel/autoconf253/pkg-plist | 23 |
6 files changed, 72 insertions, 0 deletions
diff --git a/devel/autoconf253/Makefile b/devel/autoconf253/Makefile new file mode 100644 index 000000000000..b72cdc201bf1 --- /dev/null +++ b/devel/autoconf253/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/autoconf253/distinfo b/devel/autoconf253/distinfo new file mode 100644 index 000000000000..668bf14ad417 --- /dev/null +++ b/devel/autoconf253/distinfo @@ -0,0 +1 @@ +MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf diff --git a/devel/autoconf253/files/patch-aa b/devel/autoconf253/files/patch-aa new file mode 100644 index 000000000000..82781c318f04 --- /dev/null +++ b/devel/autoconf253/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/autoconf253/pkg-comment b/devel/autoconf253/pkg-comment new file mode 100644 index 000000000000..6775260aba13 --- /dev/null +++ b/devel/autoconf253/pkg-comment @@ -0,0 +1 @@ +autoconf-2.4, produce shell scripts to automatically configure source code diff --git a/devel/autoconf253/pkg-descr b/devel/autoconf253/pkg-descr new file mode 100644 index 000000000000..61da7cbcafe8 --- /dev/null +++ b/devel/autoconf253/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/autoconf253/pkg-plist b/devel/autoconf253/pkg-plist new file mode 100644 index 000000000000..f35b76459561 --- /dev/null +++ b/devel/autoconf253/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 |