openbsd-ports/devel/yasm/Makefile
jasper d7b46da8f3 - remove USE_GROFF
from and verified by brad (MAINTAINER)
2011-01-16 00:17:37 +00:00

29 lines
664 B
Makefile

# $OpenBSD: Makefile,v 1.9 2011/01/16 00:20:02 jasper Exp $
COMMENT= complete rewrite of the NASM assembler
DISTNAME= yasm-1.1.0
CATEGORIES= devel lang
MASTER_SITES= ${HOMEPAGE}/releases/
MAINTAINER= Brad Smith <brad@comstyle.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
MODULES= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-python
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>