diff options
author | tijl <tijl@FreeBSD.org> | 2017-07-14 22:15:11 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2017-07-14 22:15:11 +0800 |
commit | 0d8179ff27a09f54d194570404c466768b238509 (patch) | |
tree | 45ce8e55b0b4976ac1e5a1a0f70ed9c5dac05b47 /print/Makefile | |
parent | 183a285c2399ae3200a27ae38cc5f10194ba814b (diff) | |
download | freebsd-ports-gnome-0d8179ff27a09f54d194570404c466768b238509.tar.gz freebsd-ports-gnome-0d8179ff27a09f54d194570404c466768b238509.tar.zst freebsd-ports-gnome-0d8179ff27a09f54d194570404c466768b238509.zip |
Add print/epson-inkjet-printer-201401w, a CUPS filter program for some
Epson printers. This is the official Linux version that runs under Linux
emulation but set up so it can be used by FreeBSD CUPS.
PR: 220707
Submitted by: hello@blubee.me
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 6ebd1808c543..c0ed27d779e6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -41,6 +41,7 @@ SUBDIR += enscript-a4 SUBDIR += enscript-letter SUBDIR += enscript-letterdj + SUBDIR += epson-inkjet-printer-201401w SUBDIR += epson-inkjet-printer-escpr SUBDIR += epsonepl SUBDIR += fig2dev |