summaryrefslogtreecommitdiff
path: root/ftp/yafc/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-06-17 12:52:05 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-06-17 12:52:05 +0000
commit49a4b5f74d1eb709190cd4affee445ccd0712ae8 (patch)
treeb82922d9fc9aabeac41d1a9f428c6ae38ab94394 /ftp/yafc/Makefile
parentAdd an options to configure SSL (on), this was missed during the conversion t... (diff)
ftp/yafc: update to 1.2.5
- Update to 1.2.5 [1] - Fix path for gettext in configure [1] - Add missing READLINE option - Take maintainership PR: ports/179629 [1] Submitted by: Norihiko Murase <mur1080224@inter7.jp> Approved by: culot / jpaetzel (mentors, implicit)
Notes
Notes: svn path=/head/; revision=321104
Diffstat (limited to 'ftp/yafc/Makefile')
-rw-r--r--ftp/yafc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile
index 84266c1f141a..5d441b870a91 100644
--- a/ftp/yafc/Makefile
+++ b/ftp/yafc/Makefile
@@ -2,16 +2,16 @@
# $FreeBSD$
PORTNAME= yafc
-PORTVERSION= 1.2.4
+PORTVERSION= 1.2.5
CATEGORIES= ftp ipv6
MASTER_SITES= http://www.yafc-ftp.com/upload/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= wg@FreeBSD.org
COMMENT= Yet another ftp client. Similar to ftp(1)
LICENSE= GPLv2 # (or later)
-OPTIONS_DEFINE= BASH EXAMPLES NLS SSH
+OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE
OPTIONS_DEFAULT=BASH NLS SSH
USE_XZ= yes
@@ -36,6 +36,7 @@ PLIST_FILES= bin/yafc
.if ${PORT_OPTIONS:MNLS}
USE_GNOME+= intltool
USES+= gettext
+CONFIGURE_ARGS+= --with-gettext=${LOCALBASE}
PLIST_FILES+= share/locale/de/LC_MESSAGES/yafc.mo \
share/locale/sv/LC_MESSAGES/yafc.mo
.else