diff options
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> |