mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Add bmake glue for grog(1), an utility which guesses groff's
flags and options. Requested by: andreas
This commit is contained in:
parent
49cdd23549
commit
9eb65820c1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55845
20
gnu/usr.bin/groff/grog/Makefile
Normal file
20
gnu/usr.bin/groff/grog/Makefile
Normal 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}
|
Loading…
Reference in New Issue
Block a user