summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/grog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/grog/Makefile')
-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