14 lines
299 B
Makefile
14 lines
299 B
Makefile
# $OpenBSD: Makefile,v 1.6 2021/02/03 21:44:37 edd Exp $
|
|
|
|
COMMENT = audacious meta-package
|
|
|
|
VERSION = 4.1
|
|
PKGNAME = audacious-${VERSION}
|
|
|
|
MAINTAINER = Bjorn Ketelaars <bket@openbsd.org>
|
|
|
|
RUN_DEPENDS= audio/audacious/player>=${VERSION} \
|
|
audio/audacious/plugins>=${VERSION}
|
|
|
|
.include <bsd.port.mk>
|