aboutsummaryrefslogtreecommitdiff
path: root/comms/lrzsz/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-11-22 19:33:41 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-11-22 19:33:41 +0000
commit6cb484a8c6dbe9bdad2a9a60a86ecfdd037525bc (patch)
tree99a7145681194316ee68535c55f11ff743f9ae1c /comms/lrzsz/Makefile
parentf552181979e94bfb43220f9ac8adebcbc32989a0 (diff)
Notes
Diffstat (limited to 'comms/lrzsz/Makefile')
-rw-r--r--comms/lrzsz/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile
index fb23c7a4dde9..9171b48ffbd8 100644
--- a/comms/lrzsz/Makefile
+++ b/comms/lrzsz/Makefile
@@ -10,10 +10,18 @@ MASTER_SITES= http://ohse.de/uwe/releases/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive)
-NO_STAGE= yes
+LICENSE= GPLv2
GNU_CONFIGURE= yes
ALL_TARGET= all # vcheck
-MAN1= lrz.1 lsz.1
+
+.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>