blob: 3cbfb625ac6e02baba8bb1a2744483d2bf5e544e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= sdl
PORTVERSION= 1.2.60
DISTVERSIONSUFFIX= -1.el9
CATEGORIES= devel linux
DISTNAME= sdl12-compat-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Cross-platform multi-media development API (Rocky Linux ${LINUX_DIST_VER})
WWW= https://www.libsdl.org/
LICENSE= ZLIB
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX= sdl20 xorglibs
USE_LINUX_RPM= yes
WANT_LINUX32= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}12-compat/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}12-compat
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|