freebsd-ports/devel/libfirm/Makefile
Chris Rees 0067a1f323 - Update devel/libfirm to 1.19.1
- Update lang/cparser to 0.9.12 and bump LIB_DEPENDS for libfirm

PR:		ports/159627
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
2011-08-12 17:13:55 +00:00

35 lines
711 B
Makefile

# New ports collection makefile for: libFIRM
# Date created: 22 Nov 2008
# Whom: Christoph Mallon <christoph.mallon@gmx.de>
#
# $FreeBSD$
#
PORTNAME= libfirm
PORTVERSION= 1.19.1
CATEGORIES= devel lang
MASTER_SITES= SF
MAINTAINER= armin@frozen-zone.org
COMMENT= A graph-based SSA intermediate representation library for compilers
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
USE_AUTOTOOLS= autoconf
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
OPTIONS= DEBUG "Build a debug version of libFIRM" OFF
.include <bsd.port.pre.mk>
.ifdef WITH_DEBUG
CONFIGURE_ARGS+= --enable-debug
.else
CONFIGURE_ARGS+= --disable-debug
.endif
.include <bsd.port.post.mk>