ab49b72082
Swaylock-effects is a fork of swaylock which adds built-in screenshots and image manipulation effects like blurring. It's inspired by i3lock-color, although the feature sets aren't perfectly overlapping. https://github.com/mortie/swaylock-effects
20 lines
500 B
Makefile
20 lines
500 B
Makefile
# $FreeBSD$
|
|
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.6-2
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -effects
|
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
|
PATCHFILES+= eb2ae6f09c2e.patch:-p1 # https://github.com/mortie/swaylock-effects/pull/35
|
|
|
|
COMMENT?= Screen locker for Wayland with fancy effects
|
|
|
|
MASTERDIR= ${.CURDIR}/../swaylock
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
GH_ACCOUNT= mortie
|
|
GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|