mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
30 lines
556 B
Makefile
30 lines
556 B
Makefile
# Created by: David O'Brien <obrien@cs.ucdavis.edu>
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= all # vcheck
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
.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
|
|
|
|
.include <bsd.port.mk>
|