|
Lines 10-21
Link Here
|
| 10 |
MAINTAINER= arved@FreeBSD.org |
10 |
MAINTAINER= arved@FreeBSD.org |
| 11 |
COMMENT= An RSS feed reader for the text console |
11 |
COMMENT= An RSS feed reader for the text console |
| 12 |
|
12 |
|
| 13 |
LIB_DEPENDS= stfl.1:${PORTSDIR}/devel/stfl \ |
13 |
LICENSE= MIT |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 15 |
|
| 16 |
LIB_DEPENDS= stfl:${PORTSDIR}/devel/stfl \ |
| 14 |
curl:${PORTSDIR}/ftp/curl \ |
17 |
curl:${PORTSDIR}/ftp/curl \ |
| 15 |
libjson.so:${PORTSDIR}/devel/json-c |
18 |
libjson.so:${PORTSDIR}/devel/json-c |
| 16 |
|
19 |
|
| 17 |
LICENSE= MIT |
20 |
OPTIONS_DEFINE= PODCAST |
| 18 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
21 |
PODCAST_DESC= Podcast client (podbeuter) |
|
|
22 |
|
| 23 |
OPTIONS_DEFAULT= PODCAST |
| 19 |
|
24 |
|
| 20 |
USES= gettext iconv ncurses gmake pkgconfig perl5 |
25 |
USES= gettext iconv ncurses gmake pkgconfig perl5 |
| 21 |
USE_PERL5= build |
26 |
USE_PERL5= build |
|
Lines 23-31
Link Here
|
| 23 |
USE_GNOME= libxml2 |
28 |
USE_GNOME= libxml2 |
| 24 |
USE_GCC= any |
29 |
USE_GCC= any |
| 25 |
|
30 |
|
| 26 |
MAN1= newsbeuter.1 podbeuter.1 |
31 |
.include <bsd.port.options.mk> |
| 27 |
|
32 |
|
| 28 |
NO_STAGE= yes |
33 |
.if ${PORT_OPTIONS:MPODCAST} |
|
|
34 |
PLIST_SUB+= PODCAST="" |
| 35 |
.else |
| 36 |
PLIST_SUB+= PODCAST="@comment " |
| 37 |
.endif |
| 29 |
|
38 |
|
| 30 |
post-patch: |
39 |
post-patch: |
| 31 |
${REINPLACE_CMD} -e "s,share/man,man,; \ |
40 |
${REINPLACE_CMD} -e "s,share/man,man,; \ |