From de13757aab3858b689dcbfb8b3beda25685ea980 Mon Sep 17 00:00:00 2001 From: asmodai Date: Wed, 12 Jan 2000 10:30:27 +0000 Subject: Add bmake glue for grog(1), an utility which guesses groff's flags and options. Requested by: andreas --- gnu/usr.bin/groff/grog/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gnu/usr.bin/groff/grog/Makefile (limited to 'gnu') 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 + +grog: ${DIST_DIR}/grog.sh + sed -e 's/gsoelim/soelim/' ${.ALLSRC} > ${.TARGET} -- cgit v1.1