2020-11-16 14:05:05 +01:00
|
|
|
DISTVERSIONPREFIX= v
|
2020-11-16 16:38:13 +01:00
|
|
|
DISTVERSION= 1.6-3
|
2020-11-16 17:03:09 +01:00
|
|
|
PORTREVISION= 1
|
2020-11-16 14:05:05 +01:00
|
|
|
PKGNAMESUFFIX= -effects
|
|
|
|
|
2020-11-16 17:03:09 +01:00
|
|
|
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
|
|
|
PATCHFILES+= ea4b63d8fff3.patch:-p1 # https://github.com/mortie/swaylock-effects/pull/37
|
2020-11-24 01:08:55 +01:00
|
|
|
PATCHFILES+= 17fea65e8c99.patch:-p1 # https://github.com/mortie/swaylock-effects/pull/38
|
2020-11-16 17:03:09 +01:00
|
|
|
|
2020-11-16 17:34:10 +01:00
|
|
|
COMMENT= Screen locker for Wayland with fancy effects
|
2020-11-16 14:05:05 +01:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../swaylock
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
|
|
|
|
GH_ACCOUNT= mortie
|
|
|
|
GH_PROJECT= ${PORTNAME}${PKGNAMESUFFIX}
|
|
|
|
|
2021-02-05 19:37:20 +01:00
|
|
|
.if !exists(/usr/include/omp.h)
|
|
|
|
# XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet
|
|
|
|
USE_GCC= yes
|
|
|
|
.endif
|
|
|
|
|
2020-11-16 14:05:05 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|