blob: dadc3b35bd10faaac486741e846f5774216f08b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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>
|