mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
12a4cabc61
PR: 266294
28 lines
587 B
Makefile
28 lines
587 B
Makefile
PORTNAME= libretro-tyrquake
|
|
PORTVERSION= 0.20220401
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Libretro port of Tyrquake (Quake 1 engine)
|
|
WWW= https://github.com/libretro/tyrquake
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= compiler:c++11-lib gmake gl
|
|
USE_LDCONFIG= yes
|
|
USE_GL= gl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= libretro
|
|
GH_PROJECT= tyrquake
|
|
GH_TAGNAME= c2b8ea0
|
|
|
|
PLIST_FILES= lib/libretro/tyrquake_libretro.so
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
|
|
${INSTALL_LIB} ${WRKSRC}/tyrquake_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
|
|
|
|
.include <bsd.port.mk>
|