xref: /mports/shells/yash/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	yash
2DISTVERSION=	2.56.1
3CATEGORIES=	shells
4MASTER_SITES=	https://github.com/magicant/${PORTNAME}/releases/download/${DISTVERSION}/
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	POSIX-compliant command line shell
8WWW=		https://magicant.github.io/yash/
9
10LICENSE=	gpl2+
11LICENSE_FILE=	${WRKSRC}/COPYING
12
13USES=		tar:xz
14USE_CSTD=	c99
15
16HAS_CONFIGURE=	yes
17CONFIGURE_ARGS=	--prefix=${PREFIX}
18
19OPTIONS_DEFINE=	NLS
20OPTIONS_SUB=	yes
21
22NLS_USES=	gettext-runtime localbase:ldflags
23NLS_CONFIGURE_ENABLE=	nls
24
25.include <bsd.port.mk>
26

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026