diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:17:36 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:17:36 +0000 |
commit | 06a003abd4a60c4170d3bf4290cb3fb480a4c064 (patch) | |
tree | 12f1aa5c1988e44b4b64a0fae1f590c78d34c0ae /graphics | |
parent | graphics/libspiro: Add CPE information (diff) |
graphics/optipng: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/optipng/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/optipng/Makefile b/graphics/optipng/Makefile index de59ecf68e07..321cbc6f5366 100644 --- a/graphics/optipng/Makefile +++ b/graphics/optipng/Makefile @@ -23,9 +23,11 @@ BUNDLED_ZLIB_DESC= Use bundled zlib BUNDLED_ZLIB_CONFIGURE_OFF= --with-system-zlib BUNDLED_ZLIB_CONFIGURE_ON= --without-system-zlib -USES= gmake +USES= cpe gmake HAS_CONFIGURE= yes +CPE_VENDOR= optipng_project + PLIST_FILES= bin/optipng man/man1/optipng.1.gz PORTDOCS= history.txt optipng.man.html optipng.man.pdf optipng.man.txt \ png_optimization.html todo.txt |