1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/libfirm/Makefile
Dmitry Marakasov 4fdb64de8d - Convert USE_BZIP2 to USES
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
2014-06-23 23:02:45 +00:00

27 lines
508 B
Makefile

# Created by: Christoph Mallon <christoph.mallon@gmx.de>
# $FreeBSD$
PORTNAME= libfirm
PORTVERSION= 1.21.0
PORTREVISION= 1
CATEGORIES= devel lang
MASTER_SITES= SF
MAINTAINER= sperber@FreeBSD.org
COMMENT= Graph-based SSA intermediate representation library for compilers
OPTIONS_DEFINE= DEBUG
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
USE_AUTOTOOLS= autoconf
USE_LDCONFIG= yes
USES= gmake libtool pathfix pkgconfig tar:bzip2
OPTIONS_DEFINE= DEBUG
DEBUG_CONFIGURE_ENABLE= debug
.include <bsd.port.mk>