diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-10-21 18:52:03 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-10-21 18:52:03 +0000 |
commit | c3b46e1d9b3c3fb2649a978c08c5f24cbddce923 (patch) | |
tree | b8cc926aaed9c48004fa45a9a263ba8b12561ba3 /lang/gawk | |
parent | c17025d90f38d84973ee56a1fe6b971f01d1771f (diff) | |
download | ports-c3b46e1d9b3c3fb2649a978c08c5f24cbddce923.tar.gz ports-c3b46e1d9b3c3fb2649a978c08c5f24cbddce923.zip |
New port gawk
Notes
Notes:
svn path=/head/; revision=14148
Diffstat (limited to 'lang/gawk')
-rw-r--r-- | lang/gawk/Makefile | 20 | ||||
-rw-r--r-- | lang/gawk/distinfo | 1 | ||||
-rw-r--r-- | lang/gawk/pkg-comment | 1 | ||||
-rw-r--r-- | lang/gawk/pkg-descr | 1 | ||||
-rw-r--r-- | lang/gawk/pkg-plist | 1 |
5 files changed, 24 insertions, 0 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile new file mode 100644 index 000000000000..aaaf52abd902 --- /dev/null +++ b/lang/gawk/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: gawk +# Version required: 3.0.3 +# Date created: Mi 21 Okt 1998 13:53:18 CEST +# Whom: Andreas Klemm <andreas@klemm.gtn.com> +# +# $Id$ + +DISTNAME= gawk-3.0.3 +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= andreas@FreeBSD.ORG + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--program-prefix=g --enable-bitops --enable-non-decimal-data + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gawk ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/lang/gawk/distinfo b/lang/gawk/distinfo new file mode 100644 index 000000000000..67a18e586a91 --- /dev/null +++ b/lang/gawk/distinfo @@ -0,0 +1 @@ +MD5 (gawk-3.0.3.tar.gz) = 531c1ba966fe072230e75bbad6f4dad8 diff --git a/lang/gawk/pkg-comment b/lang/gawk/pkg-comment new file mode 100644 index 000000000000..627210a778d3 --- /dev/null +++ b/lang/gawk/pkg-comment @@ -0,0 +1 @@ +The GNU awk diff --git a/lang/gawk/pkg-descr b/lang/gawk/pkg-descr new file mode 100644 index 000000000000..ff7e23a5ed22 --- /dev/null +++ b/lang/gawk/pkg-descr @@ -0,0 +1 @@ +gawk is the GNU Project's awk diff --git a/lang/gawk/pkg-plist b/lang/gawk/pkg-plist new file mode 100644 index 000000000000..63d30849c64e --- /dev/null +++ b/lang/gawk/pkg-plist @@ -0,0 +1 @@ +bin/gawk |