opnsense-ports/sysutils/pick/Makefile
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

20 lines
520 B
Makefile

PORTNAME= pick
PORTVERSION= 4.0.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/mptre/pick/releases/download/v${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for choosing one option from a set of choices with an interface
WWW= https://github.com/mptre/pick
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= ncurses
HAS_CONFIGURE= yes
MAKE_ARGS= INSTALL="${INSTALL_PROGRAM}" MANDIR="${PREFIX}/share/man"
PLIST_FILES= bin/pick \
share/man/man1/pick.1.gz
.include <bsd.port.mk>