pkgsrc/shells/oksh/Makefile
schmonz b317ae3075 Update to 6.8.1. From the changelog:
- Fix build on musl-libc platforms (#49)
- Default CFLAGS of -g -O2 if user didn't specify any
- Fix a bug on Linux systems (#48)
- Add an OKSH_VERSION variable that gives the user the oksh version
  (KSH_VERSION and SH_VERSION are still their original values)
- Default to ST_MTIM when using --no-thanks
- Allow some code to be commented out when not compiling with curses
2020-11-29 19:31:43 +00:00

18 lines
428 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/11/29 19:31:43 schmonz Exp $
DISTNAME= oksh-6.8.1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=ibara/}
GITHUB_TAG= ${DISTNAME}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ibara/oksh/
COMMENT= Portable OpenBSD ksh(1)
LICENSE= original-bsd
WRKSRC= ${WRKDIR}/oksh-${PKGNAME_NOREV}
GNU_CONFIGURE= yes
PKG_SHELL= ${PREFIX}/bin/oksh
.include "../../mk/bsd.pkg.mk"