aboutsummaryrefslogtreecommitdiff
path: root/devel/yasm
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-04-25 17:54:44 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-04-25 17:54:44 +0000
commitec5818c6e503c0f2891a8ab5e0aec024ec4b4b32 (patch)
tree06bd07c68620e575555918cf15a91c9bf2e4e426 /devel/yasm
parent188c30045eaa8a33f5c86d53ef6f771a509ad997 (diff)
downloadports-ec5818c6e503c0f2891a8ab5e0aec024ec4b4b32.tar.gz
ports-ec5818c6e503c0f2891a8ab5e0aec024ec4b4b32.zip
Notes
Diffstat (limited to 'devel/yasm')
-rw-r--r--devel/yasm/Makefile11
1 files changed, 8 insertions, 3 deletions
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