ports/sysutils/smenu/Makefile
Danilo G. Baio 06507e1078 sysutils/smenu: Update to 0.9.12
It was necessary to get the latest commit to fix a FreeBSD compatibility issue
in this version.

Changes:	https://github.com/p-gen/smenu/releases/tag/v0.9.12
2018-04-16 00:30:02 +00:00

26 lines
406 B
Makefile

# $FreeBSD$
PORTNAME= smenu
PORTVERSION= 0.9.12
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Terminal utility to interactively filter text
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
USES= localbase ncurses:port
USE_GITHUB= yes
GH_ACCOUNT= p-gen
GH_TAGNAME= 0ff0326
GNU_CONFIGURE= yes
PLIST_FILES= bin/smenu \
man/man1/smenu.1.gz
.include <bsd.port.mk>