ports/sysutils/pick/Makefile
Muhammad Moinur Rahman 44bb8bd63a
sysutils/pick: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 07:31:20 +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>