1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/lldb37/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
533 B
Makefile

# Created by: Brooks Davis
# $FreeBSD$
PORTNAME= lldb
PORTVERSION= 3.7
PORTREVISION= 3
CATEGORIES= devel
PKGNAMESUFFIX= ${LLVM_SUFFIX}
MAINTAINER= brooks@FreeBSD.org
COMMENT= LLVM Debugger (use devel/llvm${LLVM_SUFFIX})
RUN_DEPENDS+= lldb${LLVM_SUFFIX}:devel/llvm${LLVM_SUFFIX}
LLVM_SUFFIX= 37
USES= metaport compiler:c++11-lib
.include <bsd.port.pre.mk>
.if ${OPSYS} == "FreeBSD" && ${COMPILER_TYPE} != clang
IGNORE= The devel/llvm${LLVM_SUFFIX} port does not build lldb on this platform
.endif
.include <bsd.port.post.mk>