summaryrefslogtreecommitdiff
path: root/textproc/textutils/Makefile
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-06-16 19:16:16 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-06-16 19:16:16 +0000
commit0c8bab91b38e8a4bc034340c3fc479cbb68f4e65 (patch)
tree00fe993105c0bec3d0589f1f65d1352a85d8f969 /textproc/textutils/Makefile
parentMinimize differences, handle EINTR (diff)
Import of GNU textutils 1.22, including GNU cat and so forth. The
programs are installed wit the prefix "g", a la gmake. This produces the interesting program /usr/local/bin/god. PR: 6050 Submitted by: Adrian Wontroba <aw1@stade.co.uk>
Notes
Notes: svn path=/head/; revision=11461
Diffstat (limited to 'textproc/textutils/Makefile')
-rw-r--r--textproc/textutils/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/textproc/textutils/Makefile b/textproc/textutils/Makefile
new file mode 100644
index 000000000000..abd7f6cfa088
--- /dev/null
+++ b/textproc/textutils/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: textutils
+# Version required: 1.22
+# Date created: 14 May 1998
+# Whom: Adrian Wontroba <aw1@stade.co.uk>
+#
+# $Id$
+#
+
+DISTNAME= textutils-1.22
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= aw1@stade.co.uk
+
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS= --program-prefix=g
+
+USE_GMAKE= yes
+
+MAN1= gcat.1 gcksum.1 gcomm.1 gcsplit.1 gcut.1 gexpand.1\
+ gfmt.1 gfold.1 ghead.1 gjoin.1 gmd5sum.1 gnl.1\
+ god.1 gpaste.1 gpr.1 gsort.1 gsplit.1 gsum.1 gtac.1\
+ gtail.1 gtr.1 gunexpand.1 guniq.1 gwc.1
+
+post-install:
+ @if [ ! -f ${PREFIX}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+ fi
+ @install-info ${PREFIX}/info/textutils.info ${PREFIX}/info/dir
+
+.include <bsd.port.mk>