blob: 439c2d6c77cc04e37d4a9d0d72c0e8c00f2a4ecb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= smenu
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Terminal utility to interactively filter text
WWW= https://github.com/p-gen/smenu
LICENSE= MPL20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= localbase ncurses
USE_GITHUB= yes
GH_ACCOUNT= p-gen
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/smenu \
share/man/man1/smenu.1.gz
.include <bsd.port.mk>
|