Add bmake glue for grog(1), an utility which guesses groff's

flags and options.

Requested by:	andreas
This commit is contained in:
Jeroen Ruigrok van der Werven 2000-01-12 10:30:27 +00:00
parent 49cdd23549
commit 9eb65820c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55845

View File

@ -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}