1865dac4d9
Reported by: portscout!
10 lines
194 B
Makefile
10 lines
194 B
Makefile
PKGNAMESUFFIX= -${BACKEND}
|
|
COMMENT= GIO-styled async APIs for Flatpak (${BACKEND} backend)
|
|
|
|
BACKEND= gtk3
|
|
|
|
USE_GNOME= gtk30
|
|
|
|
MASTERDIR= ${.CURDIR}/../libportal
|
|
|
|
.include "${MASTERDIR}/Makefile"
|