openbsd-ports/devel/yasm/Makefile
2008-12-28 22:11:59 +00:00

33 lines
670 B
Makefile

# $OpenBSD: Makefile,v 1.4 2008/12/28 22:11:59 okan Exp $
COMMENT= complete rewrite of the NASM assembler
DISTNAME= yasm-0.7.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
CXXFLAGS+= -I${LOCALBASE}/include
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
INSTALL_TARGET= install install-man
.include <bsd.port.mk>