# Created by: johs
# $FreeBSD: misc/detachtty/Makefile 327745 2013-09-20 20:50:57Z bapt $

PORTNAME=	detachtty
PORTVERSION=	9
CATEGORIES=	misc
MASTER_SITES=	ftp://ftp.linux.org.uk/pub/lisp/detachtty/
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Run interactive programs non-interactively

WRKSRC=		${WRKDIR}/${PORTNAME}-9
USE_GMAKE=	yes

MAN1=		detachtty.1
MLINKS=		detachtty.1 attachtty.1
MANCOMPRESSED=	no

NO_STAGE=	yes
post-install:
.if !defined(NO_INSTALL_MANPAGES)
	${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${MANPREFIX}/man/man1
.endif

.include <bsd.port.mk>
