2018-01-12 07:47:30 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= oksh
|
2020-05-03 03:23:09 +00:00
|
|
|
DISTVERSION= 6.7
|
2019-06-17 13:29:22 +00:00
|
|
|
PORTEPOCH= 1
|
2018-01-12 07:47:30 +00:00
|
|
|
CATEGORIES= shells
|
2019-06-17 13:29:22 +00:00
|
|
|
MASTER_SITES= https://github.com/ibara/oksh/releases/download/oksh-${DISTVERSION}/
|
2018-01-12 07:47:30 +00:00
|
|
|
|
2020-09-28 05:05:24 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2018-01-12 07:47:30 +00:00
|
|
|
COMMENT= Portable OpenBSD Korn shell
|
|
|
|
|
|
|
|
LICENSE= PD
|
|
|
|
|
2019-02-01 06:11:19 +00:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
|
2018-10-11 02:33:20 +00:00
|
|
|
OPTIONS_DEFINE= CURSES STATIC
|
|
|
|
OPTIONS_DEFAULT= CURSES
|
|
|
|
|
|
|
|
CURSES_DESC= Use ncurses for screen clearing routines
|
|
|
|
|
2019-02-01 06:11:19 +00:00
|
|
|
CURSES_USES= ncurses
|
2019-06-17 13:29:22 +00:00
|
|
|
CURSES_CONFIGURE_ENABLE= curses
|
2018-10-11 02:33:20 +00:00
|
|
|
|
2019-02-01 06:11:19 +00:00
|
|
|
STATIC_CONFIGURE_ENABLE= static
|
2018-10-11 02:33:20 +00:00
|
|
|
|
2018-01-12 07:47:30 +00:00
|
|
|
.include <bsd.port.mk>
|