blob: 2e77798112c17f30cf8972580a89d08464ea9ad8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: David O'Brien <obrien@cs.ucdavis.edu>
PORTNAME= lrzsz
PORTVERSION= 0.12.20
PORTREVISION= 4
CATEGORIES= comms
MASTER_SITES= http://ohse.de/uwe/releases/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Receive/Send files via X/Y/ZMODEM protocol (unrestrictive)
LICENSE= GPLv2
USES= cpe
CPE_VENDOR= lrzsz_project
GNU_CONFIGURE= yes
ALL_TARGET= all # vcheck
CONFLICTS_INSTALL= lrzip # bin/lrz
OPTIONS_DEFINE= NLS
NLS_USES= gettext
NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/lrzsz.mo
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
|