mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
17 lines
324 B
Makefile
17 lines
324 B
Makefile
PORTNAME= bosh
|
|
CATEGORIES= shells
|
|
|
|
COMMENT= Bourne Shell extended by J. Schilling
|
|
MAINTAINER= fuz@FreeBSD.org
|
|
WWW= https://schilytools.sourceforge.net/bosh.html
|
|
|
|
# bin/bosh
|
|
CONFLICTS_INSTALL= bosh-cli
|
|
|
|
MASTERDIR= ${.CURDIR}/../../devel/schilybase
|
|
COMPONENTS= obosh \
|
|
pbosh \
|
|
sh
|
|
|
|
.include "${MASTERDIR}/Makefile.master"
|