openbsd-ports/devel/yasm/Makefile
ajacoutot 2c24dede35 - update to yasm-0.6.2
- correctly link with iconv and intl

"looks good" to Shaun Amott (maintainer), ok jasper@
2008-01-08 14:40:39 +00:00

32 lines
690 B
Makefile

# $OpenBSD: Makefile,v 1.2 2008/01/08 14:40:39 ajacoutot Exp $
COMMENT= complete rewrite of the NASM assembler
DISTNAME= yasm-0.6.2
CATEGORIES= devel lang
MAINTAINER= Shaun Amott <shaun@inerd.com>
HOMEPAGE= http://www.tortall.net/projects/yasm/
# Yasm's license is BSD-style, with some
# portions (currently) under the LGPL.
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}/releases/
MODULES= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALL_TARGET= install install-man
.include <bsd.port.mk>