diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-11-22 19:33:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-11-22 19:33:41 +0000 |
commit | 6cb484a8c6dbe9bdad2a9a60a86ecfdd037525bc (patch) | |
tree | 99a7145681194316ee68535c55f11ff743f9ae1c /comms/lrzsz/Makefile | |
parent | f552181979e94bfb43220f9ac8adebcbc32989a0 (diff) |
Notes
Diffstat (limited to 'comms/lrzsz/Makefile')
-rw-r--r-- | comms/lrzsz/Makefile | 12 |
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> |