27 lines
556 B
Makefile
27 lines
556 B
Makefile
# Created by: vanilla
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= protobuf
|
|
PORTVERSION= 2.6.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Data interchange format library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
ONLY_FOR_ARCHS= amd64 armv6 i386
|
|
PATHFIX_MAKEFILEIN= Makefile.am
|
|
TEST_TARGET= check
|
|
USE_CSTD= c99 # for audio/clementine-player support
|
|
USE_LDCONFIG= yes
|
|
USES= autoreconf gmake libtool pathfix pkgconfig
|
|
|
|
GH_ACCOUNT= google
|
|
USE_GITHUB= yes
|
|
|
|
.include <bsd.port.mk>
|