Lines 1-7
Link Here
|
1 |
# Created by: Lewis Thompson <purple@lewiz.net> |
1 |
# Created by: Lewis Thompson <purple@lewiz.net> |
2 |
|
2 |
|
3 |
PORTNAME= remind |
3 |
PORTNAME= remind |
4 |
DISTVERSION= 03.03.07 |
4 |
DISTVERSION= 03.03.08 |
5 |
CATEGORIES= deskutils |
5 |
CATEGORIES= deskutils |
6 |
MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ |
6 |
MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ |
7 |
|
7 |
|
Lines 10-21
COMMENT= Sophisticated calendar and alarm program
Link Here
|
10 |
|
10 |
|
11 |
LICENSE= GPLv2 |
11 |
LICENSE= GPLv2 |
12 |
|
12 |
|
|
|
13 |
GNU_CONFIGURE= yes |
14 |
MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" |
15 |
|
16 |
PLIST_FILES= bin/rem \ |
17 |
bin/rem2ps \ |
18 |
bin/remind \ |
19 |
man/man1/rem.1.gz \ |
20 |
man/man1/rem2ps.1.gz \ |
21 |
man/man1/remind.1.gz |
22 |
|
13 |
OPTIONS_DEFINE= TCLTK A4 |
23 |
OPTIONS_DEFINE= TCLTK A4 |
14 |
OPTIONS_RADIO= LANGUAGE |
24 |
OPTIONS_DEFAULT=LANG_US |
15 |
OPTIONS_RADIO_LANGUAGE= LANG_DE LANG_NL LANG_FI LANG_FR LANG_NN \ |
25 |
OPTIONS_SINGLE= LANGUAGE |
|
|
26 |
OPTIONS_SINGLE_LANGUAGE= LANG_US LANG_DE LANG_NL LANG_FI LANG_FR LANG_NN \ |
16 |
LANG_DA LANG_PL LANG_PBR LANG_IT LANG_RO LANG_ES LANG_IS |
27 |
LANG_DA LANG_PL LANG_PBR LANG_IT LANG_RO LANG_ES LANG_IS |
17 |
|
|
|
18 |
A4_DESC= Use A4 instead of Letter paper |
28 |
A4_DESC= Use A4 instead of Letter paper |
|
|
29 |
LANGUAGE_DESC= User interface language |
19 |
|
30 |
|
20 |
LANG.DE= GERMAN |
31 |
LANG.DE= GERMAN |
21 |
LANG.NL= DUTCH |
32 |
LANG.NL= DUTCH |
Lines 24-45
LANG.FR= FRENCH
Link Here
|
24 |
LANG.NN= NORWEGIAN |
35 |
LANG.NN= NORWEGIAN |
25 |
LANG.DA= DANISH |
36 |
LANG.DA= DANISH |
26 |
LANG.PL= POLISH |
37 |
LANG.PL= POLISH |
27 |
LANG.BPR= BRAZPORT |
38 |
LANG.PBR= BRAZPORT |
28 |
LANG.IT= ITALIAN |
39 |
LANG.IT= ITALIAN |
29 |
LANG.RO= ROMANIAN |
40 |
LANG.RO= ROMANIAN |
30 |
LANG.ES= SPANISH |
41 |
LANG.ES= SPANISH |
31 |
LANG.IS= ICELANDIC |
42 |
LANG.IS= ICELANDIC |
32 |
|
43 |
|
33 |
GNU_CONFIGURE= yes |
|
|
34 |
MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" |
35 |
|
36 |
PLIST_FILES= bin/rem \ |
37 |
bin/rem2ps \ |
38 |
bin/remind \ |
39 |
man/man1/rem.1.gz \ |
40 |
man/man1/rem2ps.1.gz \ |
41 |
man/man1/remind.1.gz |
42 |
|
43 |
TCLTK_USES= tk |
44 |
TCLTK_USES= tk |
44 |
TCLTK_RUN_DEPENDS= dtplite:devel/tcllib |
45 |
TCLTK_RUN_DEPENDS= dtplite:devel/tcllib |
45 |
TCLTK_PLIST_FILES= bin/cm2rem.tcl \ |
46 |
TCLTK_PLIST_FILES= bin/cm2rem.tcl \ |
Lines 49-56
TCLTK_PLIST_FILES= bin/cm2rem.tcl \
Link Here
|
49 |
|
50 |
|
50 |
.include <bsd.port.options.mk> |
51 |
.include <bsd.port.options.mk> |
51 |
|
52 |
|
52 |
.if ${PORT_OPTIONS:MLANG_??} |
53 |
.if "${PORT_OPTIONS:MLANG_*}" != "" && "${PORT_OPTIONS:MLANG_*}" != LANG_US |
53 |
CFLAGS+= -DLANG=${${PORT_OPTIONS:MLANG_??:S/_/./}} |
54 |
CFLAGS+= -DLANG=${${PORT_OPTIONS:MLANG_*:S/_/./}} |
54 |
.endif |
55 |
.endif |
55 |
|
56 |
|
56 |
post-patch: |
57 |
post-patch: |