aboutsummaryrefslogtreecommitdiff
path: root/devel/libfirm/Makefile
blob: 169fc03fd1a96a3dcc9c06ad3fb7b693abdbd8af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Christoph Mallon <christoph.mallon@gmx.de>

PORTNAME=	libfirm
PORTVERSION=	1.21.0
PORTREVISION=	2
CATEGORIES=	devel lang
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Graph-based SSA intermediate representation library for compilers

LICENSE=	GPLv2 LGPL21
LICENSE_COMB=	multi

USES=		autoreconf gmake libtool pathfix pkgconfig tar:bzip2
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	DEBUG

DEBUG_CONFIGURE_ENABLE=	debug

.include <bsd.port.mk>