b36fde2929
This is a printer filter for the EPSON EPL-5700L, EPL-5800L and EPL-5900L budget models of EPSON's laser printers. This port also provides a driver for apsfilter. PR: ports/48292 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
16 lines
328 B
Makefile
16 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
DESTDIR= ${PREFIX}
|
|
BINDIR= /bin
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include/ijs
|
|
LDADD= -L${LOCALBASE}/lib -lijs
|
|
|
|
PROG= ijs_server_epsonepl
|
|
SRCS= ijs_server_epsonepl.c epl_compress.c epl_job_footer.c epl_job_header.c \
|
|
epl_page_footer.c epl_page_header.c epl_print_stripe.c
|
|
|
|
SCRIPTS= ps2epl
|
|
NOMAN= yes
|
|
|
|
.include <bsd.prog.mk>
|