diff options
author | andreas <andreas@FreeBSD.org> | 1998-10-22 02:52:03 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-10-22 02:52:03 +0800 |
commit | 9783062f19d1847188fe9629a20e33feb22a050d (patch) | |
tree | e83954e8f56a60774d1e81854143fd3f96cb6ad6 /lang/gawk | |
parent | 6ec5906cf7eb511e1e348a766b1b7ed7ea9456dd (diff) | |
download | freebsd-ports-gnome-9783062f19d1847188fe9629a20e33feb22a050d.tar.gz freebsd-ports-gnome-9783062f19d1847188fe9629a20e33feb22a050d.tar.zst freebsd-ports-gnome-9783062f19d1847188fe9629a20e33feb22a050d.zip |
New port gawk
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 |