efd086fe8e
PR: 215537 Submitted by: dbaio@bsd.com.br (maintainer) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8999
22 lines
354 B
Makefile
22 lines
354 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= smenu
|
|
PORTVERSION= 0.9.9
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= dbaio@bsd.com.br
|
|
COMMENT= Terminal utility to interactively filter text
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= p-gen
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/smenu \
|
|
man/man1/smenu.1.gz
|
|
|
|
.include <bsd.port.mk>
|