diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-11-06 05:29:10 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-11-06 05:29:10 +0000 |
commit | 7e205eb59a41c9fb5e733ca08edce7de0f8d3491 (patch) | |
tree | dd34c053ae94008f157e0020e18606c6691071b6 /graphics/lcms/Makefile | |
parent | a042ccaa6671a2d4ec0fa2d3ccec5a27a51df23f (diff) | |
download | ports-7e205eb59a41c9fb5e733ca08edce7de0f8d3491.tar.gz ports-7e205eb59a41c9fb5e733ca08edce7de0f8d3491.zip |
Notes
Diffstat (limited to 'graphics/lcms/Makefile')
-rw-r--r-- | graphics/lcms/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index cd1685ac6e32..20ed5521a6f8 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -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> |