mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
20 lines
520 B
Makefile
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>
|