# Created by: johs # $FreeBSD: head/misc/detachtty/Makefile 357046 2014-06-08 15:36:32Z vanilla $ 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 USES= gmake post-install: ${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${STAGEDIR}${MANPREFIX}/man/man1/attachtty.1 .include