Lines 6-27
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= jmode |
8 |
PORTNAME= jmode |
9 |
PORTVERSION= 0.4.29 |
9 |
PORTVERSION= 0.6.6 |
10 |
CATEGORIES= japanese |
10 |
CATEGORIES= japanese |
11 |
MASTER_SITES= http://www.kmc.gr.jp/proj/heke/ |
11 |
MASTER_SITES= http://downloads.sourceforge.jp/anthy/4445/ |
12 |
|
12 |
|
13 |
MAINTAINER= nakai@FreeBSD.org |
13 |
MAINTAINER= nakai@FreeBSD.org |
14 |
COMMENT= XIM server for Anthy input method |
14 |
COMMENT= XIM server for Anthy input method |
15 |
|
15 |
|
16 |
BROKEN= "Bad dependency" |
16 |
LIB_DEPENDS= anthy.0:${PORTSDIR}/japanese/anthy |
17 |
|
17 |
|
18 |
BUILD_DEPENDS= ${LOCALBASE}/include/anthy.h:${PORTSDIR}/japanese/anthy |
|
|
19 |
|
20 |
GNU_CONFIGURE= yes |
21 |
USE_X_PREFIX= yes |
18 |
USE_X_PREFIX= yes |
22 |
USE_GNOME= gtk12 |
19 |
USE_GNOME= gnometarget gtk12 |
23 |
|
20 |
GNU_CONFIGURE= yes |
24 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
21 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
25 |
LIBS="-L${LOCALBASE}/lib" |
22 |
LDFLAGS="-L${LOCALBASE}/lib" |
|
|
23 |
CONFIGURE_ARGS= --with-skk |
26 |
|
24 |
|
27 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |