68f405043d
Bump PKGREVISION.
17 lines
365 B
Makefile
17 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/06/14 06:59:43 kamil Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 1
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Multi-platform and multi-arch assembler framework
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
|
|
CMAKE_ARGS+= -DLLVM_TARGETS_TO_BUILD=all
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|