1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/misc/detachtty/Makefile
Vanilla I. Shu 7e8e4c8d0a Stagify.
2014-06-08 15:36:32 +00:00

21 lines
501 B
Makefile

# Created by: johs
# $FreeBSD$
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 <bsd.port.mk>