aboutsummaryrefslogtreecommitdiff
path: root/shells/klish/Makefile
blob: c7ac75b7614edcae764eb337dc2c54167f7f498d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>

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

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENCE

USES=		libtool tar:xz
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>