aboutsummaryrefslogtreecommitdiff
path: root/shells/bosh/Makefile
blob: 347ecec819c4e5530299071e2213b7a4bb96289f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	bosh
CATEGORIES=	shells

COMMENT=	Bourne Shell extended by J. Schilling
MAINTAINER=	fuz@FreeBSD.org
WWW=		http://schilytools.sourceforge.net/bosh.html

# bin/bosh
CONFLICTS_INSTALL=	bosh-cli

MASTERDIR=	${.CURDIR}/../../devel/schilybase
COMPONENTS=	obosh \
		pbosh \
		sh

.include "${MASTERDIR}/Makefile.master"