aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dtach/Makefile
blob: 4afca98065b8be8cd6a7bce017c3c67de54893ed (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
31
32
33
34
# New ports collection makefile for:    dtach
# Date created:         21 Jun 2004
# Whom:                 bkhl@elektrubadur.se
#
# $FreeBSD$
#

PORTNAME=       dtach
PORTVERSION=        0.7
CATEGORIES=     misc
MASTER_SITES=       ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dtach

MAINTAINER= ports@FreeBSD.org
COMMENT=    A small program that emulates the detach feature of screen

GNU_CONFIGURE=  yes
ALL_TARGET= dtach

MAN1=       dtach.1
PORTDOCS=   COPYING README dtach.spec

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/dtach ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/dtach.1 ${MANPREFIX}/man/man1

.ifndef(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>