While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket)
26 lines
566 B
Makefile
26 lines
566 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= devel www
|
|
PKGNAMESUFFIX= -gn
|
|
|
|
MAINTAINER= pizzamig@FreeBSD.org
|
|
COMMENT= Gn meta build framework
|
|
|
|
MASTERDIR= ${.CURDIR}/../../www/chromium
|
|
|
|
BROKEN_powerpc64= fails to compile: safe_math_clang_gcc_impl.h:132:45: '__builtin_subcb' was not declared in this scope
|
|
|
|
BUILDTYPE= Release
|
|
NO_BUILD= yes
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST_FILES= bin/gn
|
|
|
|
GN_ONLY= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/gn ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include "${MASTERDIR}/Makefile"
|