diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-10 13:51:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-10 13:51:50 +0000 |
commit | e0097fe486d22f8f77807f0357cee4eddacbc49b (patch) | |
tree | 4e81cf4218bc6636da6e50a0a69a8ab8d001cbd6 /graphics/jpeg-turbo | |
parent | 56ad2c0f2b6c696b2e92c8239b83db570b98c523 (diff) | |
download | ports-e0097fe486d22f8f77807f0357cee4eddacbc49b.tar.gz ports-e0097fe486d22f8f77807f0357cee4eddacbc49b.zip |
Add CPE information
Notes
Notes:
svn path=/head/; revision=376706
Diffstat (limited to 'graphics/jpeg-turbo')
-rw-r--r-- | graphics/jpeg-turbo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile index 5a6d8443dbe0..3552578e0c70 100644 --- a/graphics/jpeg-turbo/Makefile +++ b/graphics/jpeg-turbo/Makefile @@ -14,12 +14,14 @@ COMMENT?= SIMD-accelerated JPEG codec which replaces libjpeg BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm ONLY_FOR_ARCHS= amd64 i386 -USES= libtool +USES= cpe libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jpeg8 USE_LDCONFIG= yes ALL_TARGET= test INSTALL_TARGET= install-strip +CPE_VENDOR= d.r.commander +CPE_PRODUCT= libjpeg-turbo PORTDOCS= * PORTEXAMPLES= * |