1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/shells/oksh/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
474 B
Makefile

PORTNAME= oksh
DISTVERSION= 6.8.1
PORTEPOCH= 1
CATEGORIES= shells
MASTER_SITES= https://github.com/ibara/oksh/releases/download/oksh-${DISTVERSION}/
MAINTAINER= tobik@FreeBSD.org
COMMENT= Portable OpenBSD Korn shell
LICENSE= PD
HAS_CONFIGURE= yes
OPTIONS_DEFINE= CURSES STATIC
OPTIONS_DEFAULT= CURSES
CURSES_DESC= Use ncurses for screen clearing routines
CURSES_USES= ncurses
CURSES_CONFIGURE_ENABLE= curses
STATIC_CONFIGURE_ENABLE= static
.include <bsd.port.mk>