freebsd-ports/shells/oksh/Makefile
Tobias Kortkamp 32a48939cb shells/oksh: Update to 6.5
Also assign to myself.

PR:		238640
Approved by:	bcallah@openbsd.org (maintainer)
2019-06-17 13:29:22 +00:00

30 lines
638 B
Makefile

# $FreeBSD$
PORTNAME= oksh
DISTVERSION= 6.5
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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>