Upgrade to 1.09. Prepend SourceForge's list of mirrors to MASTER_SITES.
Install JPEG-related sample files in addition to the TIFF sample. All this samples can be built by the port, BTW, but would require lib-dependency on libtiff and libjpeg.
This commit is contained in:
parent
a042ccaa66
commit
7e205eb59a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69562
4 changed files with 12 additions and 7 deletions
|
@ -6,9 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= lcms
|
||||
PORTVERSION= 1.08
|
||||
PORTVERSION= 1.09
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.littlecms.com/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.littlecms.com/
|
||||
MASTER_SITE_SUBDIR=${PORTNAME}
|
||||
|
||||
MAINTAINER= mi@aldan.algebra.com
|
||||
|
||||
|
@ -21,12 +23,13 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|||
post-install:
|
||||
${MKDIR} ${PREFIX}/share/doc/lcms
|
||||
${CP} -rp ${WRKSRC}/../doc/* ${WRKSRC}/../tifficc/tifficc.c \
|
||||
${WRKSRC}/../jpegicc/jpegicc.c ${WRKSRC}/../jpegicc/iccjpeg.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
|
||||
${SETENV} CFLAGS="${CFLAGS} -I../include" ${MAKE} -E CFLAGS test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lcms-1.08.tar.gz) = a1987f5043bc1a21f94c9dbc4adccbfe
|
||||
MD5 (lcms-1.09.tar.gz) = 8e8e2303351f3c7de335f02196820a4e
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
LIB=lcms
|
||||
SHLIB_MAJOR= 1
|
||||
SHLIB_MINOR= 8
|
||||
SHLIB_MINOR= 9
|
||||
|
||||
SRCS!= make -f ${.CURDIR}/Makefile -V SRCS
|
||||
SRCS!= make -V SRCS
|
||||
|
||||
NOPROFILE=YES
|
||||
|
||||
|
|
|
@ -2,10 +2,12 @@ include/icc34.h
|
|||
include/lcms.h
|
||||
lib/liblcms.a
|
||||
lib/liblcms.so
|
||||
lib/liblcms.so.1.7
|
||||
lib/liblcms.so.1.9
|
||||
%%PORTDOCS%%share/doc/lcms/LCMSAPI.TXT
|
||||
%%PORTDOCS%%share/doc/lcms/TUTORIAL.TXT
|
||||
%%PORTDOCS%%share/doc/lcms/iccjpeg.c
|
||||
%%PORTDOCS%%share/doc/lcms/icctrans.c
|
||||
%%PORTDOCS%%share/doc/lcms/jpegicc.c
|
||||
%%PORTDOCS%%share/doc/lcms/tifficc.c
|
||||
%%PORTDOCS%%share/doc/lcms/wtpt.c
|
||||
%%PORTDOCS%%@dirrm share/doc/lcms
|
||||
|
|
Loading…
Reference in a new issue