1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/shells/osh/Makefile
2020-04-04 20:51:40 +00:00

32 lines
674 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= osh
DISTVERSION= 20160108
CATEGORIES= shells
MASTER_SITES= http://v6shell.org/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of the UNIX 6th Edition shell
BROKEN= unfetchable
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2020-05-05
MAKE_ENV+= DOCDIR=${DOCSDIR} \
EXPDIR=${EXAMPLESDIR} \
MANDIR=${MANPREFIX}/man/man1
PORTDOCS= *
PORTEXAMPLES= *
INSTALL_TARGET= install install-doc install-exp
PLIST_SUB+= VER=${DISTVERSION}
OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
@${REINPLACE_CMD} -E -e 's|(DESTEXPDIR)=|\1?=|' \
${WRKSRC}/Makefile
.include <bsd.port.mk>