You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.3 KiB
Tcl
32 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup stub 1.0
|
|
|
|
name audacious
|
|
|
|
# Please keep audacious, audacious-core and audacious-plugins synchronized.
|
|
version 4.6.1
|
|
revision 0
|
|
|
|
license BSD GPL-2+
|
|
categories audio
|
|
platforms any
|
|
maintainers {ionic @Ionic} \
|
|
{makr @mohd-akram}
|
|
supported_archs noarch
|
|
|
|
description Meta port for audacious-core and audacious-plugins. Please check \
|
|
the variants on both audacious-core and audacious-plugins.
|
|
long_description This is a meta port pulling both audacious-core and audacious-plugins. \
|
|
In order to customize your build, please check the available variants \
|
|
on audacious-core and audacious-plugins. Pass those variants when \
|
|
installing this meta port. \
|
|
Failure to do so will leave you with a default set of variants, \
|
|
enabling most features.
|
|
|
|
homepage https://www.audacious-media-player.org/
|
|
|
|
depends_run port:audacious-core \
|
|
port:audacious-plugins
|