diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 16:52:47 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-08 16:52:47 +0000 |
commit | 67cb0e4ed2e710e305a492a61155104465f2b9f2 (patch) | |
tree | 8b6e89c325df4d7b8b35cf5aed2493a533cac118 /print/Makefile | |
parent | Initial import of py-paint 0.1. (diff) |
Initial import of wmlpq-0.2.1.
wmlpq is a Windowmaker dockapp which monitors up to 5 printqueues,
allowing you to see when your print job has finally been printed.
This is useful when you work in a networked environment with several
printers available, which are not in the same room; or (in some
cases) the same country, and is easier than typing lpq every 30
seconds.
PR: 28750
Submitted by: Patrick Li <pat@databits.net>
Notes
Notes:
svn path=/head/; revision=44935
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index fa8da91de30e..40ccc4d756d0 100644 --- a/print/Makefile +++ b/print/Makefile @@ -134,6 +134,7 @@ SUBDIR += trueprint SUBDIR += ttftot42 SUBDIR += virtualpaper + SUBDIR += wmlpq SUBDIR += xdvi SUBDIR += xdvik SUBDIR += xmbibtex |