Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= protobuf |
4 |
PORTNAME= protobuf |
5 |
PORTVERSION= 2.6.0 |
5 |
PORTVERSION= 2.6.1 |
6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
7 |
MASTER_SITES= https://protobuf.googlecode.com/svn/rc/ \ |
|
|
8 |
LOCAL/sunpoet |
9 |
|
7 |
|
10 |
MAINTAINER= sunpoet@FreeBSD.org |
8 |
MAINTAINER= sunpoet@FreeBSD.org |
11 |
COMMENT= Data interchange format library |
9 |
COMMENT= Data interchange format library |
Lines 17-24
Link Here
|
17 |
INSTALL_TARGET= install-strip |
15 |
INSTALL_TARGET= install-strip |
18 |
ONLY_FOR_ARCHS= amd64 armv6 i386 |
16 |
ONLY_FOR_ARCHS= amd64 armv6 i386 |
19 |
USE_LDCONFIG= yes |
17 |
USE_LDCONFIG= yes |
20 |
USES= gmake libtool pathfix pkgconfig tar:bzip2 |
18 |
USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2 |
21 |
|
19 |
|
|
|
20 |
USE_GITHUB= yes |
21 |
GH_ACCOUNT= google |
22 |
GH_PROJECT= protobuf |
23 |
GH_TAGNAME= v${PORTVERSION} |
24 |
|
25 |
PATHFIX_MAKEFILEIN= Makefile.am |
26 |
|
22 |
# Clang will generate code that just doesn't work with clementine-player |
27 |
# Clang will generate code that just doesn't work with clementine-player |
23 |
# if this isn't compiled as though it were C99. |
28 |
# if this isn't compiled as though it were C99. |
24 |
USE_CSTD= c99 |
29 |
USE_CSTD= c99 |