100babe355
though there are plenty of messages about unalligned access... (Notably, the author incorporated almost all of our 32-bit related patches). PR: ports/33528 Submitted by: Lev A. Serebryakov
33 lines
744 B
Makefile
33 lines
744 B
Makefile
# New ports collection makefile for: lcms
|
|
# Date created: October 30, 2000
|
|
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lcms
|
|
PORTVERSION= 1.08
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.littlecms.com/
|
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
|
|
|
INSTALLS_SHLIB= yes
|
|
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
|
MAKE_ARGS+= -j2
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
.ifndef NOPORTDOCS
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/lcms
|
|
${CP} -rp ${WRKSRC}/../doc/* ${WRKSRC}/../tifficc/tifficc.c \
|
|
${WRKSRC}/../samples/wtpt.c ${WRKSRC}/../samples/icctrans.c \
|
|
${PREFIX}/share/doc/lcms/
|
|
.endif
|
|
|
|
post-build test:
|
|
cd ${WRKSRC}/../testbed && \
|
|
${SETENV} CFLAGS="${CFLAGS} -I../include" make -E CFLAGS test
|
|
|
|
.include <bsd.port.mk>
|