|
Lines 19-24
Link Here
|
| 19 |
USE_LIBTOOL= yes |
19 |
USE_LIBTOOL= yes |
| 20 |
USE_REINPLACE= yes |
20 |
USE_REINPLACE= yes |
| 21 |
CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf1 --enable-utmp |
21 |
CONFIGURE_ARGS= --with-imagelib=gdk-pixbuf1 --enable-utmp |
|
|
22 |
|
| 23 |
.if defined(WITH_FRIBIDI) |
| 24 |
CONFIGURE_ARGS= --enable-fribidi |
| 25 |
LIB_DEPENDS= fribidi.0:${PORTSDIR}/converters/fribidi |
| 26 |
.endif |
| 27 |
|
| 22 |
INSTALLS_SHLIB= yes |
28 |
INSTALLS_SHLIB= yes |
| 23 |
|
29 |
|
| 24 |
MAN1= mlterm.1 mlclient.1 |
30 |
MAN1= mlterm.1 mlclient.1 |
|
Lines 30-35
Link Here
|
| 30 |
.else |
36 |
.else |
| 31 |
CONFIGURE_ARGS+= --enable-anti-alias |
37 |
CONFIGURE_ARGS+= --enable-anti-alias |
| 32 |
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft |
38 |
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft |
|
|
39 |
.endif |
| 40 |
|
| 41 |
pre-everything:: |
| 42 |
.if !defined(WITH_FRIBIDI) |
| 43 |
@${ECHO_MSG} |
| 44 |
@${ECHO_MSG} "You may enable BiDi support by using the" |
| 45 |
@${ECHO_MSG} "WITH_FRIBIDI option." |
| 46 |
@${ECHO_MSG} |
| 33 |
.endif |
47 |
.endif |
| 34 |
|
48 |
|
| 35 |
post-configure: |
49 |
post-configure: |