mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
137b3a0396
PR: 229261 Submitted by: Patrice Clement <monsieurp@gentoo.org>
21 lines
380 B
Makefile
21 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hstr
|
|
DISTVERSION= 1.25
|
|
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>
|