summaryrefslogtreecommitdiff
path: root/devel/rgbds/Makefile
blob: 74a46e04ebb1283767c47e09c8b9835cc6646030 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	rgbds
DISTVERSION=	1.0.0-rc1
CATEGORIES=	devel games
MASTER_SITES=	https://github.com/gbdev/rgbds/releases/download/v${DISTVERSION}/
DISTNAME=	${PORTNAME}-source
DIST_SUBDIR=	${PORTNAME}/${DISTVERSION}

MAINTAINER=	eduardo@FreeBSD.org
COMMENT=	Free assembler/linker for the Game Boy and Game Boy Color
WWW=		https://rgbds.gbdev.io/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libpng16.so:graphics/png
TEST_DEPENDS=	bash>0:shells/bash \
		git>0:devel/git \
		xxd>0:sysutils/xxd

USES=		bison cmake:testing pkgconfig shebangfix
SHEBANG_FILES=	contrib/view_palettes.sh src/bison.sh test/*.sh test/*/*.sh

CMAKE_OFF=	USE_NONFREE_TESTS

WRKSRC=		${WRKDIR}/rgbds

.include <bsd.port.mk>