- convert ports to USES= gettext

Approved by:	portmgr (bapt@)
This commit is contained in:
Jason Helfman 2013-04-30 06:28:27 +00:00
parent 454daa83e8
commit bd64d51994
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316883
4 changed files with 14 additions and 14 deletions

View File

@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --disable-ldap
.endif
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= YES
USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls

View File

@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --disable-guile --disable-silent-rules \
--disable-hardware-acceleration
MANCOMPRESSED= no
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.5)) && !defined(WITHOUT_LIBTASN1)
LIB_DEPENDS+= tasn1.5:${PORTSDIR}/security/libtasn1
@ -54,7 +54,7 @@ PLIST_SUB+= CXX=""
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes
USES+= gettext
PLIST_SUB+= NLS=""
.endif
@ -80,4 +80,4 @@ post-install:
.endif
.include "Makefile.man"
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -32,18 +32,18 @@ MAN1= gpa.1
OPTIONS_DEFINE= NLS
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
.if !exists(${LOCALBASE}/bin/gpgsm)
IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON, then rebuild security/gpgme if installed
.endif
.if empty(PORT_OPTIONS:MNLS)
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -7,7 +7,7 @@ CATEGORIES= security
MASTER_SITES= http://www.guengel.ch/myapps/yapet/downloads/ http://homepage.hispeed.ch/rostertag/yapet/
MAINTAINER= rafi@guengel.ch
COMMENT= A curses based password manager
COMMENT= Curses based password manager
MAN1= yapet.1
MANCOMPRESSED= no
@ -21,7 +21,7 @@ TTITLE_DESC= Enable Terminal Title
PWGEN_DESC= Enable Password Generator
CSV2YAPET_DESC= Build csv2yapet
.include <bsd.port.pre.mk>
.include <bsd.port.options.mk>
# --enable-silent-rules: will make the build quiet
# --disable-install-doc: I take care of installing docs
@ -49,7 +49,7 @@ PLIST_SUB+= CSV2YAPET="@comment "
.endif
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
USES+= gettext
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS=""
CPPFLAGS+= -I${LOCALBASE}/include
@ -77,4 +77,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/THANKS ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>