mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
12 lines
244 B
Makefile
12 lines
244 B
Makefile
COMMENT = audacious meta-package
|
|
|
|
VERSION = 4.6.1
|
|
PKGNAME = audacious-${VERSION}
|
|
|
|
MAINTAINER = Bjorn Ketelaars <bket@openbsd.org>
|
|
|
|
RUN_DEPENDS = audio/audacious/player>=${VERSION} \
|
|
audio/audacious/plugins>=${VERSION}
|
|
|
|
.include <bsd.port.mk>
|