graphics/sdl_image: Add CPE information

Approved by:	portmgr (blanket)
This commit is contained in:
Bernhard Froehlich 2021-09-10 19:51:46 +00:00
parent 2a1c5318d2
commit a783f2a4e7
No known key found for this signature in database
GPG Key ID: 4DD88C3F9F3B8333

View File

@ -13,13 +13,14 @@ COMMENT= Simple library to load images of various formats as SDL surfaces
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool localbase pkgconfig pathfix sdl
USES= cpe gmake libtool localbase pkgconfig pathfix sdl
USE_SDL= sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-jpg-shared --disable-png-shared \
--disable-tif-shared --disable-webp-shared
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPE_VENDOR= libsdl
OPTIONS_DEFINE= JPEG PNG TIFF WEBP
OPTIONS_DEFAULT=JPEG PNG TIFF WEBP