freebsd-ports/devel/llvm29/Makefile
Brooks Davis 5198c6449d Upgrade to LLVM 2.0.
From the release notes: "This is the first LLVM release to correctly
compile and optimize major software like LLVM itself, Mozilla/Seamonkey,
Qt 4.3rc1, kOffice, etc out of the box on linux/x86"

For details on the changes to LLVM see:

http://llvm.org/releases/2.0/docs/ReleaseNotes.html

Submitted by:	se
PR:		ports/114169
2007-07-18 14:53:39 +00:00

47 lines
1 KiB
Makefile

# New ports collection makefile for: llvm
# Date created: 20 Nov 2005
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= llvm
PORTVERSION= 2.0
CATEGORIES= devel lang
MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/
MAINTAINER= brooks@FreeBSD.org
COMMENT= Low Level Virtual Machine
GNU_CONFIGURE= yes
USE_BISON= yes
USE_GMAKE= yes
USE_PERL5_BUILD=yes
USE_GCC= 3.3+
CONFIGURE_FLAGS+= --enable-optimized
MAN1= bugpoint.1 llc.1 lli.1 llvm-ar.1 \
llvm-as.1 llvm-bcanalyzer.1 llvm-config.1 llvm-db.1 \
llvm-dis.1 llvm-extract.1 llvm-ld.1 llvm-link.1 llvm-nm.1 \
llvm-prof.1 llvm-ranlib.1 llvm-upgrade.1 \
llvm2cpp.1 llvmc.1 llvmgcc.1 \
llvmgxx.1 opt.1 stkrc.1 tblgen.1
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
BROKEN= does not compile with perl ${PERL_VERSION}
.endif
post-patch:
${REINPLACE_CMD} -e 's,\(PROJ_docsdir.*:=\).*$$,\1${DOCSDIR},g' \
${WRKSRC}/Makefile.config.in
post-install:
${RM} -f ${PREFIX}/bin/.dir \
${PREFIX}/etc/.dir \
${PREFIX}/etc/llvm/.dir \
${PREFIX}/lib/.dir
.include <bsd.port.post.mk>