openbsd-ports/comms/lrzsz/Makefile
claudio cc47d74dec lrx (receive XMODEM) crashes almost always because it underflows a buffer
by one byte and that gets catched by our malloc implementation.
OK mbalmer@ jasper@
2007-04-20 08:55:35 +00:00

26 lines
599 B
Makefile

# $OpenBSD: Makefile,v 1.19 2007/04/20 08:55:35 claudio Exp $
COMMENT= "receive/send files via X/Y/ZMODEM protocol"
DISTNAME= lrzsz-0.12.20
PKGNAME= ${DISTNAME}p0
CATEGORIES= comms
HOMEPAGE= http://www.ohse.de/uwe/software/lrzsz.html
MASTER_SITES= http://www.ohse.de/uwe/releases/
PERMIT_PACKAGE_CDROM= "possible copyright issue with rzsz"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "possible copyright issue with rzsz"
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-nls
ALL_TARGET= all # vcheck
.include <bsd.port.mk>