mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
f34fa1c24a
Changes: https://git.sr.ht/~tsdh/swayr/log/swayr-0.27.4 Reported by: Repology
28 lines
664 B
Makefile
28 lines
664 B
Makefile
PORTNAME= swayr
|
|
DISTVERSION= 0.27.4
|
|
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>
|