1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/misc/detachtty/Makefile
Foxfair Hu a1327ebdc5 Add detachtty 6, run interactive programs non-interactively.
PR:		50303
Submitted by:	Johannes Groedem <johs@copyleft.no>
2003-09-07 00:14:04 +00:00

30 lines
601 B
Makefile

# New ports collection makefile for: detachtty
# Date created: 25 March 2003
# Whom: johs
#
# $FreeBSD$
#
PORTNAME= detachtty
PORTVERSION= 6
CATEGORIES= misc
MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= johs@copyleft.no
COMMENT= Run interactive programs non-interactively
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE= yes
MAN1= detachtty.1
MLINKS= detachtty.1 attachtty.1
MANCOMPRESSED= no
post-install:
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${MANPREFIX}/man/man1
.endif
.include <bsd.port.mk>