Files
ports/shells/klish/Makefile
T
Rene Ladan 4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00

27 lines
514 B
Makefile

PORTNAME= klish
PORTVERSION= 2.1.4
CATEGORIES= shells
MASTER_SITES= http://libcode.org/attachments/download/70/
MAINTAINER= umeno@rr.iij4u.or.jp
COMMENT= Kommand Line Interface Shell
WWW= http://libcode.org/projects/klish/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= libtool tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif
.include <bsd.port.mk>