aboutsummaryrefslogtreecommitdiff
path: root/devel/rgbds/Makefile
blob: 0cbab03367dbe6f9aecf486b81ad340175f67c74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>