aboutsummaryrefslogtreecommitdiff
path: root/devel/m4
diff options
context:
space:
mode:
Diffstat (limited to 'devel/m4')
-rw-r--r--devel/m4/Makefile17
-rw-r--r--devel/m4/distinfo1
-rw-r--r--devel/m4/pkg-comment1
-rw-r--r--devel/m4/pkg-descr27
-rw-r--r--devel/m4/pkg-plist10
5 files changed, 0 insertions, 56 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile
deleted file mode 100644
index e063f43ff715..000000000000
--- a/devel/m4/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: m4
-# Version required: 1.4
-# Date created: 25 October 1994
-# Whom: mr
-#
-# $Id: Makefile,v 1.3 1995/04/01 12:44:39 jkh Exp $
-#
-
-DISTNAME= m4-1.4
-CATEGORIES+= development programming
-MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ \
- ftp://prep.ai.mit.edu/pub/gnu/
-
-GNU_CONFIGURE=yes
-CONFIGURE_ARGS= --program-prefix=g --prefix=${PREFIX}
-
-.include <bsd.port.mk>
diff --git a/devel/m4/distinfo b/devel/m4/distinfo
deleted file mode 100644
index db5ee0aca5f8..000000000000
--- a/devel/m4/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (m4-1.4.tar.gz) = 9eb2dd07740b2d2f3c7adb3e8d299bda
diff --git a/devel/m4/pkg-comment b/devel/m4/pkg-comment
deleted file mode 100644
index 9a6c93b5ffa3..000000000000
--- a/devel/m4/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-This is Gnu's m4 Vers. 1.4
diff --git a/devel/m4/pkg-descr b/devel/m4/pkg-descr
deleted file mode 100644
index ffa47794be91..000000000000
--- a/devel/m4/pkg-descr
+++ /dev/null
@@ -1,27 +0,0 @@
-GNU `m4'
-********
-
- GNU `m4' is an implementation of the traditional UNIX macro
-processor. It is mostly SVR4 compatible, although it has some
-extensions (for example, handling more than 9 positional parameters to
-macros). `m4' also has builtin functions for including files, running
-shell commands, doing arithmetic, etc. Autoconf needs GNU `m4' for
-generating `configure' scripts, but not for running them.
-
- GNU `m4' was originally written by Rene Seindal, with subsequent
-changes by Franc,ois Pinard and other volunteers on the Internet. All
-names and email addresses can be found in the file `THANKS' from the
-GNU `m4' distribution.
-
- This is release 1.3. It is now to be considered stable, future
-releases are only meant to fix bugs, increase speed, or improve
-documentation. However...
-
- An experimental feature, which would improve `m4' usefulness, allows
-for changing the syntax for what is a "word" in `m4'. You should use:
- ./configure --enable-changeword
-
-if you want this feature compiled in. The current implementation slows
-down `m4' considerably and is hardly acceptable. So, it might go away,
-do not count on it yet.
-
diff --git a/devel/m4/pkg-plist b/devel/m4/pkg-plist
deleted file mode 100644
index 1ee985c4885f..000000000000
--- a/devel/m4/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-@cd /usr/local
-@mode 755
-@owner bin
-@group bin
-bin/gm4
-@mode 644
-info/m4.info
-info/m4.info-1
-info/m4.info-2
-info/m4.info-3