23 lines
537 B
Makefile
23 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.8 2020/05/31 15:26:59 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= libfirm-1.21.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libfirm/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://libfirm.sourceforge.net/
|
|
COMMENT= Provides a graph-based SSA representation of programs
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libfirm.pc.in
|
|
|
|
#
|
|
# NOTE: jvm support requires dlopen/dlsym
|
|
#.include "../../mk/dlopen.buildlink3.mk"
|
|
#
|
|
.include "../../mk/bsd.pkg.mk"
|