1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/devel/libfirm/Makefile
Dmitry Marakasov b4124b32fe - Switch to USES=autoreconf
- Strip library
2016-01-08 14:20:21 +00:00

27 lines
551 B
Makefile

# Created by: Christoph Mallon <christoph.mallon@gmx.de>
# $FreeBSD$
PORTNAME= libfirm
PORTVERSION= 1.21.0
PORTREVISION= 2
CATEGORIES= devel lang
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Graph-based SSA intermediate representation library for compilers
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
PATHFIX_MAKEFILEIN= Makefile.am
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DEBUG
DEBUG_CONFIGURE_ENABLE= debug
.include <bsd.port.mk>