Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= cclive |
8 |
PORTNAME= cclive |
9 |
PORTVERSION= 0.2.6 |
9 |
PORTVERSION= 0.3.0 |
10 |
CATEGORIES= multimedia net |
10 |
CATEGORIES= multimedia net |
11 |
MASTER_SITES= GOOGLE_CODE |
11 |
MASTER_SITES= GOOGLE_CODE |
12 |
|
12 |
|
Lines 18-44
Link Here
|
18 |
OPTIONS= TITLE "Enable video title parsing (req. Perl)" off \ |
18 |
OPTIONS= TITLE "Enable video title parsing (req. Perl)" off \ |
19 |
SIGWINCH "Enable SIGWINCH handling; resize progressbar" on |
19 |
SIGWINCH "Enable SIGWINCH handling; resize progressbar" on |
20 |
|
20 |
|
21 |
MAKE_ENV= V=1 |
|
|
22 |
MAN1= cclive.1 |
21 |
MAN1= cclive.1 |
23 |
|
22 |
|
24 |
PLIST_FILES= bin/cclive |
23 |
PLIST_FILES= bin/cclive |
25 |
|
24 |
|
26 |
USE_BZIP2= yes |
25 |
USE_BZIP2= yes |
27 |
USE_GMAKE= yes |
26 |
GNU_CONFIGURE= yes |
28 |
MAKE_JOBS_SAFE= yes |
27 |
MAKE_JOBS_SAFE= yes |
29 |
|
28 |
|
30 |
.include <bsd.port.pre.mk> |
29 |
.include <bsd.port.pre.mk> |
31 |
|
30 |
|
32 |
MAKE_ENV+= WITH_MAN=yes |
|
|
33 |
|
34 |
.if defined(WITH_TITLE) |
31 |
.if defined(WITH_TITLE) |
35 |
MAKE_ENV+= WITH_PERL=yes |
32 |
CONFIGURE_ARGS+=--with-perl |
36 |
USE_PERL5= 5.8.2+ |
33 |
USE_PERL5= 5.8.2+ |
37 |
RUN_DEPENDS+= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser |
34 |
RUN_DEPENDS+= p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser |
38 |
.endif |
35 |
.endif |
39 |
|
36 |
|
40 |
.if defined(WITH_SIGWINCH) |
37 |
.if defined(WITH_SIGWINCH) |
41 |
MAKE_ENV+= WITH_SIGWINCH=yes |
38 |
CONFIGURE_ARGS+= --with-sigwinch |
42 |
.endif |
39 |
.endif |
43 |
|
40 |
|
44 |
.include <bsd.port.post.mk> |
41 |
.include <bsd.port.post.mk> |