mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
cf118ccf87
Reported by: lwhsu
18 lines
419 B
Makefile
18 lines
419 B
Makefile
PORTNAME= rgbds
|
|
DISTVERSION= 0.5.0-rc2
|
|
CATEGORIES= devel games
|
|
MASTER_SITES= https://github.com/gbdev/rgbds/releases/download/v${DISTVERSION}/
|
|
|
|
MAINTAINER= tobik@FreeBSD.org
|
|
COMMENT= Free assembler/linker for the Game Boy and Game Boy Color
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
USES= bison compiler:c11 dos2unix pkgconfig
|
|
WRKSRC= ${WRKDIR}/rgbds
|
|
|
|
.include <bsd.port.mk>
|