diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:16:30 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-11 11:16:30 +0000 |
commit | 0430a540e3810bcd4edcc9e69bea484dfc9966a1 (patch) | |
tree | c64b1d344074a12daff0d6659298c6c23e2a8262 /graphics/netpbm/Makefile | |
parent | lang/mtasc: the port had been improved (+) (diff) |
graphics/netpbm: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics/netpbm/Makefile')
-rw-r--r-- | graphics/netpbm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index aeea4faea4db..d57c02afa30c 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -21,9 +21,10 @@ TEST_DEPENDS= bash:shells/bash # http://netpbm.sourceforge.net/getting_netpbm.php. To checkout the # sources yourself see the netpbm-version-check and netpbm-fetch # targets below. -USES= ghostscript:test gmake perl5 shebangfix tar:xz +USES= cpe ghostscript:test gmake perl5 shebangfix tar:xz USE_LDCONFIG= yes USE_PERL5= build test +CPE_VENDOR= netpbm_project SHEBANG_FILES= buildtools/makeman converter/pbm/pbmtox10bm editor/pnmflip \ editor/pnmquant editor/ppmfade editor/ppmquant editor/ppmshadow \ |