NetBSD pkgsrc (package source) is a package management system for
Unix-like operating systems
dtach is a tiny program that emulates the detach feature of screen,
allowing you to run a program in an environment that is protected from
the controlling terminal and attach to it later. dtach does not keep
track of the contents of the screen, and thus works best with programs
that know how to redraw themselves.
# $NetBSD: Makefile,v 1.6 2008/03/08 01:06:50 obache Exp $
DISTNAME= dtach-0.8
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtach/}
MAINTAINER= fgudin@nerim.net
HOMEPAGE= http://dtach.sourceforge.net/
COMMENT= Small program that emulates the detach feature of screen
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
BUILD_TARGET= dtach
DOCS= COPYING README dtach.spec
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC:Q}/dtach ${DESTDIR}${PREFIX:Q}/bin
${INSTALL_MAN} ${WRKSRC:Q}/dtach.1 \
${DESTDIR}${PREFIX:Q}/${PKGMANDIR:Q}/man1
${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR:Q}
cd ${WRKSRC:Q}; for f in ${DOCS}; do \
${INSTALL_DATA} $$f ${DESTDIR}${DOCDIR}/$$f; \
done
.include "../../mk/bsd.pkg.mk"
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:07:20 joerg Exp $
bin/dtach
man/man1/dtach.1
share/doc/dtach/COPYING
share/doc/dtach/README
share/doc/dtach/dtach.spec
$NetBSD: distinfo,v 1.2 2008/03/08 01:06:50 obache Exp $
SHA1 (dtach-0.8.tar.gz) = fb7279e719463aa284676a78cdf96788f4f2706b
RMD160 (dtach-0.8.tar.gz) = 420ef0e72e94bf359386d72c2cc430c9aeaf5f9b
Size (dtach-0.8.tar.gz) = 55472 bytes