openbsd-ports/misc/dtach/Makefile
niallo 3b0835794b Import dtach.
DESCR:

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.
2006-03-05 17:05:36 +00:00

30 lines
648 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/03/05 17:05:36 niallo Exp $
COMMENT= "tiny program emulating the detach feature of screen"
DISTNAME= dtach-0.7
CATEGORIES= misc
HOMEPAGE= http://dtach.sourceforge.net/
MAINTAINER= Niall O Higgins <niallo@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c util
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtach/}
CONFIGURE_STYLE= gnu
NO_REGRESS= Yes
ALL_TARGET= dtach
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dtach ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dtach.1 ${PREFIX}/man/man1/dtach.1
.include <bsd.port.mk>