Files
ports/audio/vgmplay/Makefile
T
sthen 1b13452762 reset bcallah maintainer lines, quite a lot of timeouts which make it
tricky for others to work on the ports tree, this will also bring more
visible to portroach of those which are outdated
2026-02-11 15:12:24 +00:00

28 lines
401 B
Makefile

COMMENT = command line audio player for VGM files
REVISION = 1
CATEGORIES = audio
GH_ACCOUNT = vgmrips
GH_PROJECT = vgmplay
GH_TAGNAME = 0.40.9
HOMEPAGE = https://vgmrips.net/
# GPLv2 only
PERMIT_PACKAGE = Yes
WANTLIB += ao c m pthread z
LIB_DEPENDS = audio/libao
USE_GMAKE = Yes
MAKE_FLAGS = CC="${CC}"
FAKE_FLAGS = DESTDIR=
NO_TEST = Yes
WRKSRC = ${WRKDIST}/VGMPlay
.include <bsd.port.mk>