mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
21476ca8a9
PR: 279707
24 lines
472 B
Makefile
24 lines
472 B
Makefile
PORTNAME= busd
|
|
DISTVERSION= 0.3.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= D-Bus daemon/broker implementation based on zbus
|
|
WWW= https://github.com/dbus2/busd
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE-MIT
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dbus2
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-patch:
|
|
# Respect consolekit2 as XDG_RUNTIME_DIR fallback
|
|
@${REINPLACE_CMD} 's,/run,/var&,' \
|
|
${WRKSRC}/src/bus/mod.rs
|
|
|
|
.include <bsd.port.mk>
|