Lines 1-4
Link Here
|
1 |
# $FreeBSD$ |
1 |
# Created by: Timothy Beyer <beyert@cs.ucr.edu> |
2 |
|
2 |
|
3 |
PORTNAME= libretro-kronos |
3 |
PORTNAME= libretro-kronos |
4 |
PORTVERSION= 0.20210617 |
4 |
PORTVERSION= 0.20210617 |
Lines 10-18
COMMENT= Sega Saturn and ST-V emulator forked from uoYabause for libretro
Link Here
|
10 |
LICENSE= GPLv2 |
10 |
LICENSE= GPLv2 |
11 |
LICENSE_FILE= ${WRKSRC}/yabause/COPYING |
11 |
LICENSE_FILE= ${WRKSRC}/yabause/COPYING |
12 |
|
12 |
|
13 |
LIB_DEPENDS= libGL.so.1:graphics/mesa-libs |
13 |
LIB_DEPENDS= libGL.so:graphics/mesa-libs |
14 |
|
14 |
|
15 |
USES= compiler:c++11-lib cmake gmake gl |
15 |
USES= compiler:c++11-lib cmake gmake gl qt:5 sdl |
16 |
USE_LDCONFIG= yes |
16 |
USE_LDCONFIG= yes |
17 |
|
17 |
|
18 |
USE_GITHUB= yes |
18 |
USE_GITHUB= yes |
Lines 21-26
GH_PROJECT= Kronos
Link Here
|
21 |
GH_TAGNAME= a39f95a |
21 |
GH_TAGNAME= a39f95a |
22 |
|
22 |
|
23 |
USE_GL= gl glew glu |
23 |
USE_GL= gl glew glu |
|
|
24 |
USE_SDL= sdl2 |
24 |
|
25 |
|
25 |
CFLAGS+= -I${LOCALBASE}/include |
26 |
CFLAGS+= -I${LOCALBASE}/include |
26 |
CXXFLAGS+= -I${LOCALBASE}/include |
27 |
CXXFLAGS+= -I${LOCALBASE}/include |