freebsd-ports/print/epsonepl/files/Makefile
Edwin Groothuis b36fde2929 new port: print/epsonepl "Printer filter for EPSON EPL-5700L etc"
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>
2003-10-10 04:26:14 +00:00

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>