ports/graphics/exiftran/files/Makefile.exiftran
2019-06-09 06:44:12 +00:00

23 lines
447 B
Text

# $FreeBSD$
.PATH: ${.CURDIR}/../..
PROG= exiftran
SRCS= exiftran.c genthumbnail.c jpegtools.c filter.c op.c readers.c
.PATH: ${.CURDIR}/../../jpeg/80
SRCS+= transupp.c
.PATH: ${.CURDIR}/../../rd
SRCS+= read-jpeg.c
LDADD= -L${LOCALBASE}/lib -ljpeg -lexif -lm -lpixman-1
CFLAGS+= -I${LOCALBASE}/include \
-I${LOCALBASE}/include/pixman-1 \
-I${.CURDIR}/../../jpeg/80 \
-I${.CURDIR}/../.. \
-DHAVE_NEW_EXIF
MAN=
.include <bsd.prog.mk>