32 lines
735 B
Makefile
32 lines
735 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2008/11/28 01:14:45 bjs Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= libfirm-1.13.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
|
||
|
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_LIBTOOL= yes
|
||
|
USE_TOOLS+= autoconf automake autoreconf pkg-config
|
||
|
|
||
|
PKGCONFIG_OVERRIDE+= libfirm.pc.in
|
||
|
|
||
|
.if exists(/usr/include/wchar.h)
|
||
|
CONFIGURE_ARGS+= --enable-wchar-support
|
||
|
.endif
|
||
|
|
||
|
pre-configure:
|
||
|
cd ${WRKSRC} && autoreconf -v -i -f
|
||
|
#
|
||
|
# NOTE: jvm support requires dlopen/dlsym
|
||
|
#.include "../../mk/dlopen.buildlink3.mk"
|
||
|
#
|
||
|
.include "../../mk/bsd.pkg.mk"
|