1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/shells/oksh/Makefile

27 lines
485 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= oksh
2020-05-03 03:23:09 +00:00
DISTVERSION= 6.7
PORTEPOCH= 1
CATEGORIES= shells
MASTER_SITES= https://github.com/ibara/oksh/releases/download/oksh-${DISTVERSION}/
2020-09-28 05:05:24 +00:00
MAINTAINER= ports@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>