freebsd-ports/sysutils/hstr/Makefile
Tobias Kortkamp 1dddaa67d7 sysutils/hstr: Update to 1.24
PR:		225153
Submitted by:	Patrice Clement <monsieurp@gentoo.org> (maintainer)
2018-01-14 15:01:37 +00:00

20 lines
380 B
Makefile

# $FreeBSD$
PORTNAME= hstr
DISTVERSION= 1.24
CATEGORIES= sysutils
MAINTAINER= monsieurp@gentoo.org
COMMENT= Bash and Zsh shell history suggest box
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= autoreconf ncurses readline
USE_GITHUB= yes
GH_ACCOUNT= dvorka
GNU_CONFIGURE= yes
PLIST_FILES= bin/hh bin/hstr man/man1/hh.1.gz man/man1/hstr.1.gz
.include <bsd.port.mk>