summaryrefslogtreecommitdiff
path: root/graphics/lcms/files/Makefile.bsd
blob: 514eacd113b843aef94b656c1a062985f9214a88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIB=lcms
SHLIB_MAJOR=	1
SHLIB_MINOR=	8

SRCS!=	make -f ${.CURDIR}/Makefile -V SRCS

NOPROFILE=YES

INCS=	${.CURDIR}/../include/lcms.h ${.CURDIR}/../include/icc34.h

CFLAGS+=	-I${.CURDIR}/../include

INCSDIR=${LOCALBASE}/include
INCDIR= ${INCSDIR}		# for 4.x bsd.lib.mk
LIBDIR=	${LOCALBASE}/lib

.include <bsd.lib.mk>