aboutsummaryrefslogtreecommitdiff
path: root/shells/oksh/Makefile
blob: b8d2d3892d2f39bbad6a0d38be4def897fa511fb (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
26
# $FreeBSD$

PORTNAME=	oksh
DISTVERSION=	6.7
PORTEPOCH=	1
CATEGORIES=	shells
MASTER_SITES=	https://github.com/ibara/oksh/releases/download/oksh-${DISTVERSION}/

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>