aboutsummaryrefslogtreecommitdiff
path: root/x11/swaylock-effects/Makefile
blob: 4ec325ac2ea52cd62553f399dde99dc7540546ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

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}

.if !exists(/usr/include/omp.h)
# XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet
USE_GCC=	yes
.endif

.include "${MASTERDIR}/Makefile"