summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2000-01-12 10:30:27 +0000
committerasmodai <asmodai@FreeBSD.org>2000-01-12 10:30:27 +0000
commitde13757aab3858b689dcbfb8b3beda25685ea980 (patch)
tree107625ec4a9230d6c0eb56c3737396eac907d726 /gnu
parenteabb065743dad4fc30537ec9ba2cdd1e58cfe694 (diff)
downloadFreeBSD-src-de13757aab3858b689dcbfb8b3beda25685ea980.zip
FreeBSD-src-de13757aab3858b689dcbfb8b3beda25685ea980.tar.gz
Add bmake glue for grog(1), an utility which guesses groff's
flags and options. Requested by: andreas
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/grog/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/grog/Makefile b/gnu/usr.bin/groff/grog/Makefile
new file mode 100644
index 0000000..54ad2d6
--- /dev/null
+++ b/gnu/usr.bin/groff/grog/Makefile
@@ -0,0 +1,20 @@
+# Makefile for grog
+#
+# $FreeBSD$
+
+MAN1= grog.1
+
+MANDEPEND= ${MAN1}
+CLEANFILES+= ${MANDEPEND}
+
+all: grog
+
+beforeinstall:
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} grog \
+ ${DESTDIR}${BINDIR}
+
+.include <../Makefile.cfg>
+.include <bsd.prog.mk>
+
+grog: ${DIST_DIR}/grog.sh
+ sed -e 's/gsoelim/soelim/' ${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud