25 lines
449 B
Makefile
25 lines
449 B
Makefile
# $OpenBSD: Makefile,v 1.5 2017/08/29 07:14:40 anton Exp $
|
|
|
|
COMMENT = fuzzy select anything
|
|
|
|
V = 1.8.0
|
|
DISTNAME = pick-${V}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://github.com/calleerlandsson/pick
|
|
|
|
MAINTAINER = Anton Lindqvist <anton@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
# uses pledge()
|
|
WANTLIB += c curses
|
|
|
|
MASTER_SITES = https://github.com/calleerlandsson/pick/releases/download/v${V}/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|