Changeset View
Changeset View
Standalone View
Standalone View
x11/fuzzel/Makefile
| Show All 20 Lines | |||||
| USES= compiler:c11 meson pkgconfig xorg | USES= compiler:c11 meson pkgconfig xorg | ||||
| USE_XORG= pixman | USE_XORG= pixman | ||||
| WRKSRC= ${WRKDIR}/${PORTNAME} | WRKSRC= ${WRKDIR}/${PORTNAME} | ||||
| PLIST_FILES= bin/${PORTNAME} \ | PLIST_FILES= bin/${PORTNAME} \ | ||||
| man/man1/${PORTNAME}.1.gz \ | man/man1/${PORTNAME}.1.gz \ | ||||
| share/zsh/site-functions/_${PORTNAME} | share/zsh/site-functions/_${PORTNAME} | ||||
| # XXX Drop after FreeBSD 12.1 EOL | |||||
| .if exists(/usr/lib/clang/8.0.1) | |||||
| # prompt.c:45:21: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] | |||||
| CFLAGS+= -Wno-error=missing-braces | |||||
| .endif | |||||
| OPTIONS_DEFINE= CAIRO LIBRSVG2 PNG | OPTIONS_DEFINE= CAIRO LIBRSVG2 PNG | ||||
| OPTIONS_DEFAULT=CAIRO LIBRSVG2 PNG | OPTIONS_DEFAULT=CAIRO LIBRSVG2 PNG | ||||
| CAIRO_USES= gnome | CAIRO_USES= gnome | ||||
| CAIRO_USE= GNOME=cairo | CAIRO_USE= GNOME=cairo | ||||
| CAIRO_MESON_ENABLED= enable-cairo | CAIRO_MESON_ENABLED= enable-cairo | ||||
| LIBRSVG2_USES= gnome | LIBRSVG2_USES= gnome | ||||
| Show All 11 Lines | |||||