|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
PORTNAME= icqnd |
7 |
PORTNAME= icqnd |
| 8 |
PORTVERSION= 0.1.9.5 |
8 |
PORTVERSION= 0.1.9.6 |
| 9 |
CATEGORIES= net-im |
9 |
CATEGORIES= net-im |
| 10 |
MASTER_SITES= SF |
10 |
MASTER_SITES= SF |
|
Lines 18-29
Link Here
|
| 18 |
USE_BZIP2= yes |
18 |
USE_BZIP2= yes |
| 19 |
USE_GETTEXT= yes |
19 |
USE_GETTEXT= yes |
|
|
20 |
USE_GMAKE= yes |
| 20 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
| 21 |
USE_GNOME= gtk20 gnomehack |
22 |
USE_GNOME= gtk20 gnomehack |
| 22 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
23 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
| 23 |
LIBS="-L${LOCALBASE}/lib" |
24 |
LIBS="-L${LOCALBASE}/lib" |
|
|
25 |
OPTIONS= NLS "With native language support" off \ |
| 26 |
GTKSPELL "spell checking support" on |
| 27 |
|
| 24 |
.include <bsd.port.pre.mk> |
28 |
.include <bsd.port.pre.mk> |
|
|
29 |
|
| 30 |
.if defined(WITHOUT_NLS) |
| 31 |
CONFIGURE_ARGS+= --disable-nls |
| 32 |
.endif |
| 33 |
|
| 34 |
.if !defined(WITHOUT_GTKSPELL) |
| 35 |
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell |
| 36 |
CONFIGURE_ARGS+= --enable-gtkspell |
| 37 |
.else |
| 38 |
CONFIGURE_ARGS+= --disable-gtkspell |
| 39 |
.endif |
| 25 |
.if ${OSVERSION} < 500000 |
40 |
.if ${OSVERSION} < 500000 |
| 26 |
BROKEN= Doesn't build on 4.x |
41 |
BROKEN= Doesn't build on 4.x |