mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Back out some parts of the previous commit. While "technicalist excellence"
might be something cool, eternal values such as obviousness and readability should not be sacrificed in its sake. Discussed with: pav
This commit is contained in:
parent
83e0bdf2b9
commit
41cda1c0bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285028
@ -27,14 +27,15 @@ OPTIONS= TIFFICC "Build color profile applier for TIFF" off \
|
||||
JPEGICC "Build color profile applier for JPEG" off
|
||||
|
||||
UTILS= transicc psicc linkicc
|
||||
MAN1= ${UTILS:S/$/.1/}
|
||||
PLIST_FILES= ${UTILS:S/^/bin\//}
|
||||
MAN1= transicc.1 psicc.1 linkicc.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_TIFFICC)
|
||||
LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
|
||||
UTILS+= tificc
|
||||
MAN1+= tificc.1
|
||||
PLIST_FILES+= bin/tificc
|
||||
.else
|
||||
CONFIGURE_ARGS= --without-tiff
|
||||
.endif
|
||||
@ -42,6 +43,8 @@ CONFIGURE_ARGS= --without-tiff
|
||||
.if defined(WITH_JPEGICC)
|
||||
LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg
|
||||
UTILS+= jpgicc
|
||||
MAN1+= jpgicc.1
|
||||
PLIST_FILES+= bin/jpgicc
|
||||
.else
|
||||
CONFIGURE_ARGS= --without-jpeg
|
||||
.endif
|
||||
|
@ -1,3 +1,6 @@
|
||||
bin/linkicc
|
||||
bin/psicc
|
||||
bin/transicc
|
||||
include/lcms2.h
|
||||
include/lcms2_plugin.h
|
||||
lib/liblcms2.so
|
||||
|
Loading…
Reference in New Issue
Block a user