3d27bef9bc
- Fix bug with wrong shebang while VAR expanding within ACTION script PR: 211745 Submitted by: umeno@rr.iij4u.or.jp (maintainer)
20 lines
423 B
Makefile
20 lines
423 B
Makefile
# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= klish
|
|
PORTVERSION= 2.1.3
|
|
CATEGORIES= shells
|
|
MASTER_SITES= http://libcode.org/attachments/download/66/
|
|
|
|
MAINTAINER= umeno@rr.iij4u.or.jp
|
|
COMMENT= Klish - Kommand Line Interface Shell
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
USES= libtool tar:xz
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|