aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-03-10 06:26:22 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-03-10 06:26:22 +0000
commit50520900c956345553d57a7945303369dffe3b23 (patch)
treeb1be81c586266ad493fdb59e3967490868f01121 /devel/Makefile
parentb79a15d92b819759340147d6aa3b7a6757cc3884 (diff)
downloadports-50520900c956345553d57a7945303369dffe3b23.tar.gz
ports-50520900c956345553d57a7945303369dffe3b23.zip
Add devel/rgbds
RGBDS is a free GBZ80 assembler/linker package for the Game Boy and Game Boy Color. RGBDS additionally contains 2 extra tools to fix ROM headers, and convert PNG files to the Game Boy's planar tile format. The binaries it provides are: rgbasm(1) (assembler) rgblink(1) (linker) rgbfix(1) (checksum/header fixer) rgbgfx(1) (PNG-to-Game Boy graphics converter) WWW: https://rgbds.gbdev.io/ PR: 243645 Submitted by: trigex@waifu.club (old version 0.3.9)
Notes
Notes: svn path=/head/; revision=567985
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 684f1332a217..4ba772de1260 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5420,6 +5420,7 @@
SUBDIR += reproc
SUBDIR += resolv_wrapper
SUBDIR += revive
+ SUBDIR += rgbds
SUBDIR += rhtvision
SUBDIR += rinutils
SUBDIR += riscv32-unknown-elf-gcc