1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/x11/swaylock-effects/Makefile
Jan Beich 082afa01b1 x11/swaylock-effects: unbreak on aarch64
PR:		251326
Reported by:	linimon
2020-11-24 00:08:55 +00:00

22 lines
588 B
Makefile

# $FreeBSD$
DISTVERSIONPREFIX= v
DISTVERSION= 1.6-3
PORTREVISION= 1
PKGNAMESUFFIX= -effects
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= ea4b63d8fff3.patch:-p1 # https://github.com/mortie/swaylock-effects/pull/37
PATCHFILES+= 17fea65e8c99.patch:-p1 # https://github.com/mortie/swaylock-effects/pull/38
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"