aboutsummaryrefslogtreecommitdiffstats
path: root/devel/yasm/Makefile
blob: 6685c9f9dd4d7d3321a5ca86c00f11f7ef3c85b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# ex:ts=8
# Ports collection makefile for:    yasm
# Date created:         Apr 7, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   yasm
PORTVERSION=    1.1.0
CATEGORIES= devel lang
MASTER_SITES=   http://www.tortall.net/projects/yasm/releases/

MAINTAINER= johnson.peter@gmail.com
COMMENT=    A complete rewrite of the NASM assembler

LICENSE=    BSD

MAKE_JOBS_SAFE= yes

GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=--disable-python --disable-python-bindings
CPPFLAGS+=  ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64"
CFLAGS:=    ${CFLAGS:C/-O[0-9]//g}
.endif

.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls --without-libiconv-prefix --without-libintl-prefix
.else
USE_GETTEXT=    yes
USE_ICONV=  yes
.endif

INSTALL_TARGET= install install-man
MAN1=       yasm.1
MAN7=       yasm_arch.7 yasm_dbgfmts.7 yasm_objfmts.7 yasm_parsers.7

.include <bsd.port.post.mk>