Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= nano |
8 |
PORTNAME= nano |
9 |
PORTVERSION= 2.3.0 |
9 |
PORTVERSION= 2.3.1 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= editors |
10 |
CATEGORIES= editors |
12 |
MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \ |
11 |
MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \ |
13 |
http://www.ewtoo.org/~astyanax/nano/dist/v${PORTVERSION:R}/ |
12 |
http://www.ewtoo.org/~astyanax/nano/dist/v${PORTVERSION:R}/ |
Lines 20-27
Link Here
|
20 |
CONFLICTS= nano-2* |
19 |
CONFLICTS= nano-2* |
21 |
|
20 |
|
22 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
23 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
|
|
24 |
LDFLAGS="-L${LOCALBASE}/lib" |
25 |
|
22 |
|
26 |
.if !defined(WITHOUT_NLS) |
23 |
.if !defined(WITHOUT_NLS) |
27 |
USE_GETTEXT= yes |
24 |
USE_GETTEXT= yes |