1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/libfirm/Makefile
Bernhard Froehlich 750b0d8f75 - Update to 1.18.1
- Add LICENSE
- Pass maintainership to submitter (via IRC)

PR:		ports/148723
Submitted by:	Armin Pirkovitsch <armin at frozen-zone dot org>
Approved by:	beat (co-mentor)
2010-07-25 15:11:08 +00:00

36 lines
706 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.18.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
GNU_CONFIGURE= yes
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>