opnsense-ports/sysutils/pick/Makefile
Franco Fichtner 4a1eb14698 */*: sync with upstream
Taken from: FreeBSD
2016-10-21 07:32:22 +02:00

18 lines
408 B
Makefile

# $FreeBSD$
PORTNAME= pick
PORTVERSION= 1.5.2
CATEGORIES= sysutils
MASTER_SITES= http://github.com/calleerlandsson/pick/releases/download/v${PORTVERSION}/
MAINTAINER= neel@neelc.org
COMMENT= Tool for choosing one option from a set of choices with an interface
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= ncurses
GNU_CONFIGURE= yes
PLIST_FILES= bin/pick man/man1/pick.1.gz
.include <bsd.port.mk>