Lines 17-22
Link Here
|
17 |
MAINTAINER= cjh@FreeBSD.org |
17 |
MAINTAINER= cjh@FreeBSD.org |
18 |
COMMENT= Well-known Korean X11 Input Method |
18 |
COMMENT= Well-known Korean X11 Input Method |
19 |
|
19 |
|
|
|
20 |
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ |
21 |
iconv.3:${PORTSDIR}/converters/libiconv |
22 |
|
20 |
USE_X_PREFIX= yes |
23 |
USE_X_PREFIX= yes |
21 |
USE_GMAKE= yes |
24 |
USE_GMAKE= yes |
22 |
USE_GNOME= gtk12 gdkpixbuf |
25 |
USE_GNOME= gtk12 gdkpixbuf |
Lines 25-31
Link Here
|
25 |
CONFIGURE_ARGS= --with-hangul-keyboard=2 --datadir=${PREFIX}/${DATADIR} \ |
28 |
CONFIGURE_ARGS= --with-hangul-keyboard=2 --datadir=${PREFIX}/${DATADIR} \ |
26 |
--with-libiconv-prefix=${LOCALBASE} \ |
29 |
--with-libiconv-prefix=${LOCALBASE} \ |
27 |
--with-gdk-pixbuf-prefix=${X11BASE} \ |
30 |
--with-gdk-pixbuf-prefix=${X11BASE} \ |
28 |
--without-included-gettext |
31 |
--with-libintl-prefix=${LOCALBASE} |
29 |
DATADIR= share |
32 |
DATADIR= share |
30 |
|
33 |
|
31 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.pre.mk> |