mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
fd9ff5dbd3
Move to ports-gcc on base-gcc arches to fix build on sparc64
28 lines
458 B
Makefile
28 lines
458 B
Makefile
COMMENT = fuzzy text selector for the terminal
|
|
|
|
V = 1.1
|
|
DISTNAME = fzy-$V
|
|
|
|
CATEGORIES = textproc
|
|
|
|
GH_ACCOUNT = jhawthorn
|
|
GH_PROJECT = fzy
|
|
GH_TAGNAME = v$V
|
|
|
|
HOMEPAGE = https://github.com/jhawthorn/fzy
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# cc1: error: -Werror=vla: No option -Wvla
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
WANTLIB += c pthread
|
|
|
|
MAKE_ENV = CC=${CC} BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man"
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
.include <bsd.port.mk>
|