mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
f8cc2c102f
Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648
23 lines
355 B
Makefile
23 lines
355 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= smenu
|
|
PORTVERSION= 0.9.9
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
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>
|