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
1 changed files with 20 additions and 0 deletions

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}