Files
ports/audio/vgmtools/Makefile
T
Timothy Beyer 42e0402b6d audio/vgmtools: Tools for vgm/vgz files
The official and always up-to-date tools for all VGM (Video Game
Music) files. VGM is an audio file format for multiple video game
platforms, such as Sega Master System, Game Gear, Mega Drive/Genesis,
MSX, Neo Geo, IBM PC AT (Adlib/SoundBlaster), and has expanded to a
variety of arcade system boards since its release.

WWW: https://github.com/vgmrips/vgmtools

PR:		257174
2023-04-30 20:41:41 +02:00

19 lines
342 B
Makefile

PORTNAME= vgmtools
DISTVERSION= g20220718
CATEGORIES= audio
MAINTAINER= beyert@cs.ucr.edu
COMMENT= Tools for vgm/vgz files
WWW= https://github.com/vgmrips/vgmtools
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= vgmrips
GH_TAGNAME= af83a85d55349af0a54e01cfd61e2aede0b09831
.include <bsd.port.mk>