diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-10 21:51:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-10 21:51:50 +0800 |
commit | a2cd61ff25def7cc3c48acaec0035948157be39a (patch) | |
tree | 4e81cf4218bc6636da6e50a0a69a8ab8d001cbd6 /graphics | |
parent | 4861b4b33932b3a8085a96ca4c0dc38efae65ebb (diff) | |
download | freebsd-ports-graphics-a2cd61ff25def7cc3c48acaec0035948157be39a.tar.gz freebsd-ports-graphics-a2cd61ff25def7cc3c48acaec0035948157be39a.tar.zst freebsd-ports-graphics-a2cd61ff25def7cc3c48acaec0035948157be39a.zip |
Add CPE information
Diffstat (limited to 'graphics')
-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 5a6d8443dbe..3552578e0c7 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= * |