1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/x11/swayr/Makefile
Daniel Engberg 12f1c627d4 */*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
2023-01-07 20:24:18 +01:00

29 lines
680 B
Makefile

PORTNAME= swayr
DISTVERSION= 0.24.0
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= CRATESIO
# XXX Teach USES=cargo to have proper default
DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Urgent-first/LRU window switcher for sway
WWW= https://sr.ht/~tsdh/swayr/#swayr
LICENSE= GPLv3+
LICENSE_FILE= ${_LICENSE_STORE}/GPLv3
USES= cargo
PLIST_FILES= bin/${PORTNAME} \
bin/${PORTNAME}d
post-patch:
# Respect PREFIX for config and icons
@${REINPLACE_CMD} -e 's,/usr/share,${DATADIR:H},' \
-e 's,/etc,${PREFIX}&,' \
${WRKSRC}/src/config.rs \
${WRKSRC}/src/shared/cfg.rs \
${WRKSRC}/src/util.rs
.include <bsd.port.mk>