2013-03-11 07:20:26 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:23:57 espie Exp $
|
2006-03-05 12:05:36 -05:00
|
|
|
|
2007-09-15 19:54:16 -04:00
|
|
|
COMMENT= tiny program emulating the detach feature of screen
|
2008-04-22 16:52:49 -04:00
|
|
|
DISTNAME= dtach-0.8
|
2012-07-18 07:15:30 -04:00
|
|
|
REVISION= 1
|
2006-03-05 12:05:36 -05:00
|
|
|
CATEGORIES= misc
|
|
|
|
|
|
|
|
HOMEPAGE= http://dtach.sourceforge.net/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
WANTLIB= c util
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dtach/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
2010-11-05 04:24:49 -04:00
|
|
|
USE_GROFF= Yes
|
2013-03-11 07:20:26 -04:00
|
|
|
NO_TEST= Yes
|
2006-03-05 12:05:36 -05:00
|
|
|
|
|
|
|
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>
|