Lines 11-27
Link Here
|
11 |
CATEGORIES= devel lang |
11 |
CATEGORIES= devel lang |
12 |
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ |
12 |
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ |
13 |
|
13 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= shaun@inerd.com |
15 |
COMMENT= A complete rewrite of the NASM assembler |
15 |
COMMENT= A complete rewrite of the NASM assembler |
16 |
|
16 |
|
17 |
USE_REINPLACE= yes |
|
|
18 |
USE_ICONV= yes |
17 |
USE_ICONV= yes |
19 |
USE_AUTOTOOLS= autoconf:259 libltdl:15 |
18 |
USE_AUTOTOOLS= autoconf:259 libltdl:15 |
20 |
USE_GETTEXT= yes |
|
|
21 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
22 |
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |
20 |
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |
23 |
LDFLAGS="-L${LOCALBASE}/lib" |
21 |
LDFLAGS="-L${LOCALBASE}/lib" |
24 |
INSTALLS_SHLIB= yes |
22 |
INSTALLS_SHLIB= yes |
|
|
23 |
|
24 |
.if defined(WITHOUT_NLS) |
25 |
CONFIGURE_ARGS+=--disable-nls |
26 |
.else |
27 |
USE_GETTEXT= yes |
28 |
.endif |
29 |
|
25 |
.if !defined(NOPORTDOCS) |
30 |
.if !defined(NOPORTDOCS) |
26 |
INSTALL_TARGET= install install-man |
31 |
INSTALL_TARGET= install install-man |
27 |
MAN1= yasm.1 |
32 |
MAN1= yasm.1 |