2013-01-26 17:34:39 +01:00
|
|
|
# Created by: David O'Brien <obrien@cs.ucdavis.edu>
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1996-11-03 04:20:24 +01:00
|
|
|
|
2000-04-09 01:24:42 +02:00
|
|
|
PORTNAME= lrzsz
|
|
|
|
PORTVERSION= 0.12.20
|
2012-01-31 05:41:33 +01:00
|
|
|
PORTREVISION= 4
|
1996-11-17 04:01:21 +01:00
|
|
|
CATEGORIES= comms
|
2012-07-26 19:27:27 +02:00
|
|
|
MASTER_SITES= http://ohse.de/uwe/releases/
|
1996-11-03 04:20:24 +01:00
|
|
|
|
2003-11-17 20:33:49 +01:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive)
|
1996-11-03 04:20:24 +01:00
|
|
|
|
2013-11-22 20:33:41 +01:00
|
|
|
LICENSE= GPLv2
|
2013-09-21 13:06:03 +02:00
|
|
|
|
1996-11-03 04:20:24 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1998-09-15 08:38:42 +02:00
|
|
|
ALL_TARGET= all # vcheck
|
2013-11-22 20:33:41 +01:00
|
|
|
|
2014-02-21 14:35:45 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2013-11-22 20:33:41 +01:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
|
|
|
USES+= gettext
|
|
|
|
PLIST_FILES+= share/locale/de/LC_MESSAGES/lrzsz.mo
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
.endif
|
1996-11-03 04:20:24 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|