mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
2322b66100
PR: 278834
22 lines
420 B
Makefile
22 lines
420 B
Makefile
PORTNAME= kickoff
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.7.0
|
|
PORTREVISION= 12
|
|
CATEGORIES= x11 wayland
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Minimalistic program launcher for Wayland
|
|
WWW= https://github.com/j0ru/kickoff
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
|
|
|
|
USES= cargo
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= j0ru
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|