git: 76e120700f22 - main - devel/sdl20: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jun 2026 19:17:12 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=76e120700f22a311cfe3f8824d247d48a8f3bb61
commit 76e120700f22a311cfe3f8824d247d48a8f3bb61
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-08 18:57:09 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-08 19:08:59 +0000
devel/sdl20: Add CPE information
---
devel/sdl20/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile
index 2e172541b316..88a0f64d5219 100644
--- a/devel/sdl20/Makefile
+++ b/devel/sdl20/Makefile
@@ -14,7 +14,9 @@ WWW= https://www.libsdl.org/ \
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cmake iconv pkgconfig
+USES= cmake cpe iconv pkgconfig
+CPE_PRODUCT= simple_directmedia_layer
+CPE_VENDOR= libsdl
CMAKE_OFF= SDL_ARTS \
SDL_CCACHE \
SDL_ESD \