Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= opendchub |
8 |
PORTNAME= opendchub |
9 |
PORTVERSION= 0.7.15 |
9 |
PORTVERSION= 0.7.16 |
10 |
CATEGORIES= net-p2p |
10 |
CATEGORIES= net-p2p |
11 |
MASTER_SITES= SF/${PORTNAME}/Open%20DC%20Hub/${PORTVERSION} |
11 |
MASTER_SITES= SF/${PORTNAME}/Open%20DC%20Hub/${PORTVERSION} |
12 |
|
12 |
|
Lines 14-22
Link Here
|
14 |
COMMENT= Unofficial Unix version of the Direct Connect Hub software |
14 |
COMMENT= Unofficial Unix version of the Direct Connect Hub software |
15 |
|
15 |
|
16 |
USE_PERL5= yes |
16 |
USE_PERL5= yes |
|
|
17 |
USE_OPENSSL= yes |
17 |
USE_GMAKE= yes |
18 |
USE_GMAKE= yes |
18 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
19 |
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" |
20 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" |
|
|
21 |
|
22 |
PORTDOCS= README configfiles general scriptdoc |
23 |
PLIST_FILES= bin/${PORTNAME} |
24 |
|
25 |
CPPFLAGS= -I${LOCALBASE}/include |
26 |
LDFLAGS= -L${LOCALBASE}/lib |
20 |
|
27 |
|
21 |
post-install: |
28 |
post-install: |
22 |
.if !defined(NOPORTDOCS) |
29 |
.if !defined(NOPORTDOCS) |