Lines 1-7
Link Here
|
1 |
# Created by: Herbert J. Skuhra <h.skuhra@gmail.com> |
1 |
# Created by: Herbert J. Skuhra <h.skuhra@gmail.com> |
2 |
|
2 |
|
3 |
PORTNAME= calcurse |
3 |
PORTNAME= calcurse |
4 |
PORTVERSION= 4.5.1 |
4 |
PORTVERSION= 4.7.0 |
5 |
CATEGORIES= deskutils |
5 |
CATEGORIES= deskutils |
6 |
MASTER_SITES= https://calcurse.org/files/ |
6 |
MASTER_SITES= https://calcurse.org/files/ |
7 |
|
7 |
|
Lines 11-20
COMMENT= Text-based calendar and scheduling application
Link Here
|
11 |
LICENSE= BSD2CLAUSE |
11 |
LICENSE= BSD2CLAUSE |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
|
13 |
|
14 |
OPTIONS_DEFINE= CALDAV DOCS NLS |
|
|
15 |
OPTIONS_DEFAULT=CALDAV |
16 |
OPTIONS_SUB= yes |
17 |
|
18 |
USES= gmake ncurses shebangfix |
14 |
USES= gmake ncurses shebangfix |
19 |
SHEBANG_FILES= contrib/caldav/calcurse-caldav \ |
15 |
SHEBANG_FILES= contrib/caldav/calcurse-caldav \ |
20 |
contrib/caldav/calcurse-caldav.py \ |
16 |
contrib/caldav/calcurse-caldav.py \ |
Lines 23-28
SHEBANG_FILES= contrib/caldav/calcurse-caldav \
Link Here
|
23 |
GNU_CONFIGURE= yes |
19 |
GNU_CONFIGURE= yes |
24 |
CONFIGURE_ARGS= --without-asciidoc |
20 |
CONFIGURE_ARGS= --without-asciidoc |
25 |
|
21 |
|
|
|
22 |
OPTIONS_DEFINE= CALDAV DOCS NLS |
23 |
OPTIONS_DEFAULT=CALDAV |
24 |
OPTIONS_SUB= yes |
25 |
|
26 |
DOCS_CONFIGURE_ENABLE= docs |
26 |
DOCS_CONFIGURE_ENABLE= docs |
27 |
NLS_CONFIGURE_ENABLE= nls |
27 |
NLS_CONFIGURE_ENABLE= nls |
28 |
NLS_USES= gettext |
28 |
NLS_USES= gettext |