COMMENT =	minimalistic music player

DISTNAME =	amused-0.14

CATEGORIES =	audio

HOMEPAGE =	https://projects.omarpolo.com/amused.html

MAINTAINER =	Omar Polo <op@openbsd.org>

# ISC, Public Domain
PERMIT_PACKAGE = Yes

# uses pledge
WANTLIB += FLAC c mpg123 opusfile sndio util vorbisfile

SITES =		https://ftp.omarpolo.com/

LIB_DEPENDS =	audio/flac \
		audio/libvorbis \
		audio/mpg123 \
		audio/opusfile

CONFIGURE_STYLE = simple
CONFIGURE_ARGS = --backend=sndio

ALL_TARGET =	all web
FAKE_TARGET =	install install-web

NO_TEST =	Yes

.include <bsd.port.mk>
