16 lines
323 B
Makefile
16 lines
323 B
Makefile
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"
|