1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Move to OPTIONSng

This commit is contained in:
Renato Botelho 2012-07-02 21:53:50 +00:00
parent 0f5d56e556
commit af2be6e83a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300400

View File

@ -25,13 +25,15 @@ INSTALL_TARGET= install install-man
MAN1= gshar.1 gunshar.1
INFO= sharutils
.if defined(WITHOUT_NLS)
PLIST_SUB+= NLS="@comment "
CONFIGURE_ARGS+=--disable-nls
.else
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MNLS}
PLIST_SUB+= NLS=""
USE_GETTEXT= yes
CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}"
.else
PLIST_SUB+= NLS="@comment "
CONFIGURE_ARGS+=--disable-nls
.endif
post-patch:
@ -54,4 +56,4 @@ post-patch:
${WRKSRC}/doc/${man}
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>