mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
21 lines
501 B
Makefile
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>
|