freebsd-ports/games/libretro-melonds/Makefile
Stefan Eßer 4030e06a36 Move more URLs from pkg-descr to WWW in Makefile
These ports have been added in the last few days with WWW: lines in
pkg-descr files instead of WWW entries in the Makefile, as required
after commit ddd0e820c8.

Approved by:    portmgr (implicit)
2022-09-16 22:15:18 +02:00

24 lines
524 B
Makefile

PORTNAME= libretro-melonds
PORTVERSION= 0.20220712
CATEGORIES= games
MAINTAINER= henry.hu.sh@gmail.com
COMMENT= Port of melonDS to libretro
WWW= https://github.com/libretro/melonDS/
LICENSE= GPLv3
USES= compiler:c++17-lang gmake
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= melonDS
GH_TAGNAME= 490a66a
PLIST_FILES= lib/libretro/melonds_libretro.so
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/melonds_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>