openbsd-ports/comms/lrzsz/Makefile
brad fa502182d4 - add NEED_VERSION
- remove license type
- GNU_CONFIGURE -> CONFIGURE_STYLE
- add @comment with RCS id to PLIST
2000-06-15 00:50:06 +00:00

27 lines
801 B
Makefile

# $OpenBSD: Makefile,v 1.12 2000/06/15 00:50:06 brad Exp $
DISTNAME= lrzsz-0.12.20
CATEGORIES= comms
NEED_VERSION= 1.301
MASTER_SITES= ftp://tirka.ohse.de/uwe/releases/ \
ftp://ftp.netsw.org/netsw/Network/Modem/Protocols/ZModem/lrzsz/ \
http://www.nrw.net/uwe/archive/ \
http://194.245.36.15/uwe/archive/ \
ftp://ftp.ihg.uni-duisburg.de/uwe/ \
ftp://ftp.kddlabs.co.jp/pub/Linux/packages/stampedelinux/stampedelinux/unstable/pre-0.90/source/comm/lrzsz/source/
MAINTAINER= ports@openbsd.org
PERMIT_PACKAGE_CDROM= "possible copyright issue with rzsz"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "possible copyright issue with rzsz"
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-nls
ALL_TARGET= all # vcheck
.include <bsd.port.mk>