25 lines
427 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2020/05/16 08:31:55 anton Exp $
COMMENT = fuzzy select anything
V = 4.0.0
DISTNAME = pick-${V}
CATEGORIES = sysutils
2018-04-11 06:55:15 +00:00
HOMEPAGE = https://github.com/mptre/pick
2017-05-30 10:26:07 +00:00
MAINTAINER = Anton Lindqvist <anton@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
# uses pledge()
WANTLIB += c curses
2018-04-11 06:55:15 +00:00
MASTER_SITES = https://github.com/mptre/pick/releases/download/v${V}/
2019-03-01 06:54:21 +00:00
CONFIGURE_STYLE = simple
.include <bsd.port.mk>