diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2001-09-20 04:25:11 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2001-09-20 04:25:11 +0000 |
commit | d6ef81783edb7c4400aa5c4741c299f360dff171 (patch) | |
tree | 3749d477e0ab22ffad5be00f2b9f31e792e87142 /korean/hanterm-xf86/Makefile | |
parent | 933fe67cd2026fd287afc5c9c6d434096a831658 (diff) | |
download | ports-d6ef81783edb7c4400aa5c4741c299f360dff171.tar.gz ports-d6ef81783edb7c4400aa5c4741c299f360dff171.zip |
update to 2.0.0
Notes
Notes:
svn path=/head/; revision=47996
Diffstat (limited to 'korean/hanterm-xf86/Makefile')
-rw-r--r-- | korean/hanterm-xf86/Makefile | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/korean/hanterm-xf86/Makefile b/korean/hanterm-xf86/Makefile index e12cf6864be1..73f4f17f7e43 100644 --- a/korean/hanterm-xf86/Makefile +++ b/korean/hanterm-xf86/Makefile @@ -6,34 +6,30 @@ # PORTNAME= hanterm -PORTVERSION= 19 -PORTREVISION= 1 +PORTVERSION= 2.0.0 +PORTEPOCH= 1 CATEGORIES= korean x11 MASTER_SITES= http://www.kr.FreeBSD.org/~hwang/hanterm/ \ http://hanterm.org/download/hanterm-xf/ PKGNAMESUFFIX= -xf -DISTNAME= hanterm${PKGNAMESUFFIX}-p${PORTVERSION} +DISTNAME= hanterm${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= cjh@FreeBSD.org LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv -RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf \ + ${LOCALBASE}/share/iconv/johab.cct:${PORTSDIR}/converters/iconv-extra USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-16-color +CONFIGURE_ARGS+= --enable-boxchar --enable-ansi-color \ + --enable-256-color --enable-chat --enable-now-chat CONFIGURE_ENV+= LIBS="${LDFLAGS} -L${LOCALBASE}/lib -liconv" \ CFLAGS="${CFLAGS} -I${LOCALBASE}/include" -NO_INSTALL_MANPAGES= yes +MAN1= hanterm.1 resize.1 -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/hanterm ${PREFIX}/bin - @${INSTALL_DATA} ${WRKSRC}/Hanterm.ad \ - ${PREFIX}/lib/X11/app-defaults/Hanterm - ${MKDIR} ${PREFIX}/share/doc/hanterm-xf - ${INSTALL_DATA} ${WRKSRC}/hanterm-doc/README.xf \ - ${PREFIX}/share/doc/hanterm-xf - ${INSTALL_DATA} ${WRKSRC}/hanterm-doc/README.xf.old \ - ${PREFIX}/share/doc/hanterm-xf +pre-install: + ${MKDIR} ${PREFIX}/share/hangul_keyboard + ${CAT} ${FILESDIR}/defaultfont.ad >> ${WRKSRC}/Hanterm.ad .include <bsd.port.mk> |