mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1b13452762
tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
28 lines
401 B
Makefile
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>
|