1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/smenu/Makefile
Danilo G. Baio e4f061a138 sysutils/smenu: Update to 0.9.10
Using ncurses from ports, smenu needs a newer version
of ncurses to work properly.

Changes:	b3564338dd
2017-12-21 14:00:27 +00:00

25 lines
386 B
Makefile

# $FreeBSD$
PORTNAME= smenu
PORTVERSION= 0.9.10
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
GNU_CONFIGURE= yes
PLIST_FILES= bin/smenu \
man/man1/smenu.1.gz
.include <bsd.port.mk>