- Add LICENSE_FILE

- Update BROKEN: use lowercase for leading character and shorten it
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-11-30 17:59:57 +00:00
parent 227ca560aa
commit e132bb9691
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427445

View file

@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Data interchange format library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI
GNU_CONFIGURE= yes
@ -22,6 +23,6 @@ USES= autoreconf gmake libtool pathfix pkgconfig
GH_ACCOUNT= google
USE_GITHUB= yes
BROKEN_sparc64= Fails to compile: no atomic ops available for FreeBSD/sparc64
BROKEN_sparc64= fails to compile: no atomic ops available
.include <bsd.port.mk>