freebsd-ports/lang/clang-devel/Makefile
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00

19 lines
363 B
Makefile

# Created by: Brooks Davis
# $FreeBSD$
PORTNAME= clang
PORTVERSION= 3.8.d20150720
PORTREVISION= 1
CATEGORIES= lang devel
PKGNAMESUFFIX= -devel
MAINTAINER= brooks@FreeBSD.org
COMMENT= C, Objective-C, and C++ compiler (use devel/llvm${LLVM_SUFFIX})
RUN_DEPENDS+= clang${LLVM_SUFFIX}:devel/llvm-devel
LLVM_SUFFIX= -devel
USES= metaport
.include <bsd.port.mk>