freebsd-ports/x11/swaylock-effects/Makefile
Jan Beich ab49b72082 x11/swaylock-effects: add new port
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
2020-11-16 13:05:05 +00:00

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"