diff options
Diffstat (limited to 'graphics/linux-rl9-sdl2_image/Makefile')
-rw-r--r-- | graphics/linux-rl9-sdl2_image/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/linux-rl9-sdl2_image/Makefile b/graphics/linux-rl9-sdl2_image/Makefile deleted file mode 100644 index 383299e3e1e0..000000000000 --- a/graphics/linux-rl9-sdl2_image/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= sdl2_image -PORTVERSION= 2.8.2 -DISTVERSIONSUFFIX= -1.el9 -PORTREVISION= 1 -CATEGORIES= graphics linux -MASTER_SITES= EPEL9 -DISTNAME= SDL2_image-${DISTVERSIONFULL} - -MAINTAINER= emulation@FreeBSD.org -COMMENT= Simple library to load images as SDL interfaces (Rocky Linux ${LINUX_DIST_VER}) -WWW= https://github.com/libsdl-org/SDL_image/ - -LICENSE= ZLIB - -USES= cpe linux:rl9 -CPE_VENDOR= libsdl -USE_LDCONFIG= yes -USE_LINUX= imageformats-libs sdl20 -USE_LINUX_RPM= yes - -CONFLICTS= linux-c7-${PORTNAME} -DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr -DOCSDIR= ${PREFIX}/usr/share/doc/SDL2_image - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.mk> |