blob: 27171ba8e6758db905a9b74f61396e0acff79c44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Christoph Mallon <christoph.mallon@gmx.de>
# $FreeBSD$
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
PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DEBUG
DEBUG_CONFIGURE_ENABLE= debug
.include <bsd.port.mk>
|