aboutsummaryrefslogtreecommitdiffstats
path: root/misc/detachtty/Makefile
blob: 79dd275fc7d72633458942803868fa8f365dd087 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    detachtty
# Date created:     25 March 2003
# Whom:         johs
#
# $FreeBSD$
#

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

MAINTAINER= johs@copyleft.no
COMMENT=    Run interactive programs non-interactively

WRKSRC=     ${WRKDIR}/${PORTNAME}
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>