From ec5818c6e503c0f2891a8ab5e0aec024ec4b4b32 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 25 Apr 2006 17:54:44 +0000 Subject: - Respect WITHOUT_NLS knob - Take maintainership PR: ports/96290 Submitted by: Shaun Amott --- devel/yasm/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'devel/yasm') diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile index 6092ec450ed2..67d3f6fdace0 100644 --- a/devel/yasm/Makefile +++ b/devel/yasm/Makefile @@ -11,17 +11,22 @@ PORTVERSION= 0.4.0 CATEGORIES= devel lang MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= shaun@inerd.com COMMENT= A complete rewrite of the NASM assembler -USE_REINPLACE= yes USE_ICONV= yes USE_AUTOTOOLS= autoconf:259 libltdl:15 -USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes + +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+=--disable-nls +.else +USE_GETTEXT= yes +.endif + .if !defined(NOPORTDOCS) INSTALL_TARGET= install install-man MAN1= yasm.1 -- cgit v1.2.3