Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
PORTNAME= tmsnc |
7 |
PORTNAME= tmsnc |
8 |
PORTVERSION= 0.3.0 |
8 |
PORTVERSION= 0.3.1 |
9 |
CATEGORIES= net-im |
9 |
CATEGORIES= net-im |
10 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
10 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
11 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 19-31
Link Here
|
19 |
RUN_DEPENDS+= ${LOCALBASE}/include/ncurses/ncurses.h:${PORTSDIR}/devel/ncurses |
19 |
RUN_DEPENDS+= ${LOCALBASE}/include/ncurses/ncurses.h:${PORTSDIR}/devel/ncurses |
20 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
21 |
|
|
|
22 |
.if !defined(WITHOUT_NLS) |
23 |
USE_GETTEXT= yes |
24 |
PLIST_SUB+= NLS="" |
25 |
.else |
26 |
PLIST_SUB+= NLS="@comment " |
27 |
.endif |
28 |
MAN1= tmsnc.1 |
21 |
MAN1= tmsnc.1 |