mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
16 lines
368 B
Makefile
16 lines
368 B
Makefile
DISTNAME ?= ${PW_PROJECT}-${PW_VERSION}
|
|
|
|
CATEGORIES += multimedia multimedia/pipewire audio
|
|
|
|
HOMEPAGE ?= https://pipewire.org/
|
|
|
|
MAINTAINER ?= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# pipewire: MIT
|
|
# helvum: GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES ?= https://gitlab.freedesktop.org/pipewire/${PW_PROJECT}/-/archive/${PW_VERSION}/
|
|
|
|
DEBUG_PACKAGES ?= ${BUILD_PACKAGES}
|