aboutsummaryrefslogtreecommitdiffstats
path: root/print/epsonepl/files/Makefile
blob: e43a6ac074d12ffb3f40302fb486ed7917eb6ab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

DESTDIR=
BINDIR= ${PREFIX}/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
NO_MAN= yes

.include <bsd.prog.mk>