diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-07 05:24:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-07 05:24:22 +0000 |
commit | e541bd8eee32a447faddbda35d0692954bc51ffe (patch) | |
tree | a96ad5709c3d7380fa3387a9c14162ab9bb10b82 /devel/yasm/Makefile | |
parent | Update to 0.3. (diff) |
add yasm 0.2.1
A complete rewrite of the NASM assembler
Notes
Notes:
svn path=/head/; revision=78492
Diffstat (limited to 'devel/yasm/Makefile')
-rw-r--r-- | devel/yasm/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/yasm/Makefile b/devel/yasm/Makefile new file mode 100644 index 000000000000..0ea6b0a3e304 --- /dev/null +++ b/devel/yasm/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: yasm +# Date created: Apr 7, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= yasm +PORTVERSION= 0.2.1 +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 +LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ + 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> |