d7cbf10b07
Memory portion (random stack data) disclosure to the client by unclean client disconnect
30 lines
620 B
Makefile
30 lines
620 B
Makefile
# $OpenBSD: Makefile,v 1.7 2012/07/18 11:15:30 jasper Exp $
|
|
|
|
COMMENT= tiny program emulating the detach feature of screen
|
|
DISTNAME= dtach-0.8
|
|
REVISION= 1
|
|
CATEGORIES= misc
|
|
|
|
HOMEPAGE= http://dtach.sourceforge.net/
|
|
|
|
# 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
|
|
USE_GROFF= Yes
|
|
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>
|