freebsd-ports/devel/yasm/Makefile
Mathieu Arnold 37677d32e3 Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.

PR:		226203
Submitted by:	Sam H
Sponsored by:	Absolight
2018-02-27 13:03:48 +00:00

24 lines
581 B
Makefile

# $FreeBSD$
PORTNAME= yasm
PORTVERSION= 1.3.0
CATEGORIES= devel lang
MASTER_SITES= https://www.tortall.net/projects/yasm/releases/
MAINTAINER= johnson.peter@gmail.com
COMMENT= Complete rewrite of the NASM assembler
LICENSE= BSD3CLAUSE
OPTIONS_DEFINE= NLS
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--disable-python --disable-python-bindings
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
NLS_USES= gettext iconv
NLS_CONFIGURE_OFF=--disable-nls --without-libiconv-prefix --without-libintl-prefix
INSTALL_TARGET= install install-man
.include <bsd.port.mk>