freebsd-ports/shells/osh/Makefile

32 lines
674 B
Makefile
Raw Normal View History

2013-02-03 17:21:12 +01:00
# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= osh
2016-01-16 18:23:28 +01:00
DISTVERSION= 20160108
CATEGORIES= shells
2011-10-28 16:55:50 +02:00
MASTER_SITES= http://v6shell.org/src/
MAINTAINER= ports@FreeBSD.org
2013-12-27 09:43:20 +01:00
COMMENT= Implementation of the UNIX 6th Edition shell
2019-11-06 17:26:34 +01:00
BROKEN= unfetchable
DEPRECATED= Broken for more than 6 months
EXPIRATION_DATE= 2020-05-05
2019-11-06 17:26:34 +01:00
MAKE_ENV+= DOCDIR=${DOCSDIR} \
2014-01-09 23:34:50 +01:00
EXPDIR=${EXAMPLESDIR} \
MANDIR=${MANPREFIX}/man/man1
PORTDOCS= *
PORTEXAMPLES= *
2014-01-09 23:34:50 +01:00
INSTALL_TARGET= install install-doc install-exp
2014-11-26 12:06:24 +01:00
PLIST_SUB+= VER=${DISTVERSION}
OPTIONS_DEFINE= DOCS EXAMPLES
post-patch:
@${REINPLACE_CMD} -E -e 's|(DESTEXPDIR)=|\1?=|' \
${WRKSRC}/Makefile
2013-12-27 09:43:20 +01:00
.include <bsd.port.mk>