freebsd-ports/devel/yasm/Makefile
Sergey Matveychuk 66bed85c5a Update to 0.4.0
PR:		ports/73366
Submitted by:	Peter Johnson <freebsd (at) bilogic (dot) org>
2004-11-01 21:14:14 +00:00

29 lines
603 B
Makefile

# ex:ts=8
# Ports collection makefile for: yasm
# Date created: Apr 7, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= yasm
PORTVERSION= 0.4.0
CATEGORIES= devel lang
MASTER_SITES= http://www.tortall.net/projects/yasm/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= A complete rewrite of the NASM assembler
USE_ICONV= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-man
MAN1= yasm.1
MAN7= yasm_arch.7
.endif
.include <bsd.port.mk>