openbsd-ports/comms/lrzsz/Makefile

25 lines
574 B
Makefile
Raw Normal View History

2004-11-21 17:29:50 -05:00
# $OpenBSD: Makefile,v 1.18 2004/11/21 22:29:50 espie Exp $
2001-05-05 18:39:36 -04:00
COMMENT= "receive/send files via X/Y/ZMODEM protocol"
1998-12-18 01:09:59 -05:00
1999-05-23 21:22:43 -04:00
DISTNAME= lrzsz-0.12.20
1998-12-18 01:09:59 -05:00
CATEGORIES= comms
2001-05-05 18:39:36 -04:00
HOMEPAGE= http://www.ohse.de/uwe/software/lrzsz.html
MASTER_SITES= http://www.ohse.de/uwe/releases/
1998-12-18 01:09:59 -05:00
2000-02-15 01:18:08 -05:00
PERMIT_PACKAGE_CDROM= "possible copyright issue with rzsz"
PERMIT_PACKAGE_FTP= Yes
2000-02-15 01:18:08 -05:00
PERMIT_DISTFILES_CDROM= "possible copyright issue with rzsz"
PERMIT_DISTFILES_FTP= Yes
2004-11-21 17:29:50 -05:00
WANTLIB= c
2000-02-12 03:02:07 -05:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
1999-05-23 21:22:43 -04:00
CONFIGURE_ARGS= --disable-nls
1998-12-18 01:09:59 -05:00
ALL_TARGET= all # vcheck
.include <bsd.port.mk>