2003-04-07 07:24:22 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: yasm
|
|
|
|
# Date created: Apr 7, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yasm
|
2004-01-13 00:57:00 +01:00
|
|
|
PORTVERSION= 0.3.0
|
2003-04-07 07:24:22 +02:00
|
|
|
CATEGORIES= devel lang
|
|
|
|
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= A complete rewrite of the NASM assembler
|
|
|
|
|
|
|
|
BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c
|
2003-08-25 07:41:38 +02:00
|
|
|
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
|
2003-04-07 07:24:22 +02:00
|
|
|
iconv.3:${PORTSDIR}/converters/libiconv
|
|
|
|
|
|
|
|
USE_PERL5_BUILD= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|