summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/devlbp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/devlbp/Makefile')
-rw-r--r--gnu/usr.bin/groff/devlbp/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/devlbp/Makefile b/gnu/usr.bin/groff/devlbp/Makefile
new file mode 100644
index 0000000..164d9ec
--- /dev/null
+++ b/gnu/usr.bin/groff/devlbp/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+DEV= lbp
+LBPPRINT= ${PSPRINT}
+DEVFILES= DESC HB HBI HI HR TB TBI TI TR
+
+CLEANFILES+= DESC
+
+.include "../Makefile.inc"
+
+DESC: DESC.in
+ -rm -f DESC
+ cat ${DIST_DIR}/DESC.in >DESC
+ if test "$(PAGE)" = A4; then \
+ echo "papersize a4" >>DESC; \
+ else \
+ echo "papersize letter" >>DESC; \
+ fi
+ test -z '$(LBPPRINT)' || echo print '$(LBPPRINT)' >>DESC
+
+.include "../Makefile.dev"
OpenPOWER on IntegriCloud