View | Details | Raw Unified | Return to bug 272727 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/boinc-client/Makefile (-5 / +3 lines)
Lines 6-18 CATEGORIES= net Link Here
6
6
7
MAINTAINER=	ler@FreeBSD.org
7
MAINTAINER=	ler@FreeBSD.org
8
COMMENT=	Berkeley Open Infrastructure for Network Computing client
8
COMMENT=	Berkeley Open Infrastructure for Network Computing client
9
WWW=		https://boinc.berkeley.edu/
9
WWW=		https://boinc.berkeley.edu/ \
10
		https://github.com/BOINC/boinc/
10
11
11
LICENSE=	LGPL3
12
LICENSE=	LGPL3
12
13
13
USES=		autoreconf compiler:c++11-lang dos2unix gmake libtool \
14
USES=		autoreconf compiler:c++11-lang gmake libtool pkgconfig ssl
14
		pkgconfig ssl tar
15
DOS2UNIX_GLOB=	*.xpm
16
USE_GITHUB=	yes
15
USE_GITHUB=	yes
17
GH_ACCOUNT=	BOINC
16
GH_ACCOUNT=	BOINC
18
GH_PROJECT=	boinc
17
GH_PROJECT=	boinc
19
- 

Return to bug 272727