mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
23 lines
447 B
Text
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>
|