aboutsummaryrefslogblamecommitdiff
path: root/sysutils/pick/Makefile
blob: 09cfff4d028ac1b31d5d898de7398c1c3a9136d0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                    
                     
                 
                        
                                                                                
 
                                 
                                                                                    
                                             

                   
                                 
 
                       
                   
                                                                         
                          
                                        

                      
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>