forked from Lainports/freebsd-ports
- Switch to MASTER_SITE_SOURCEFORGE - Minor cleanup to pkg-descr PR: ports/129342 Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (maintainer)
31 lines
682 B
Makefile
31 lines
682 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.15.0
|
|
CATEGORIES= devel lang
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= christoph.mallon@gmx.de
|
|
COMMENT= A graph-based SSA intermediate representation library for compilers
|
|
|
|
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
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|