diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 19:47:47 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 19:48:16 +0000 |
commit | 4dc60213bd6274bc4c7623aa07d73536ce498520 (patch) | |
tree | e62851072fdbd5e9aa4a328fa7a3fb10e46b4ebd | |
parent | d9b43e9cdc120c6004de6134ced13fc9d91eefa9 (diff) | |
download | ports-4dc60213bd6274bc4c7623aa07d73536ce498520.tar.gz ports-4dc60213bd6274bc4c7623aa07d73536ce498520.zip |
graphics/lcms: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/lcms/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index 3195b58d50aa..b1a57bf5197b 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -14,7 +14,9 @@ COMMENT= Light Color Management System -- a color management library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool localbase:ldflags pathfix +USES= cpe libtool localbase:ldflags pathfix +CPE_VENDOR= littlecms +CPE_PRODUCT= little_cms_color_engine GNU_CONFIGURE= yes INSTALL_TARGET= install-strip |