diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2003-02-18 10:08:14 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2003-02-18 10:08:14 +0000 |
commit | 0dcbe067d4a6897b4af61bc849e9168eb81dce20 (patch) | |
tree | 72fc1fdec24ed898dbe58f9be4abd9a9410a8e4a /korean/hanterm-xf86/Makefile | |
parent | 38a562c0ac5be89a12390002678c2854c2b29e74 (diff) | |
download | ports-0dcbe067d4a6897b4af61bc849e9168eb81dce20.tar.gz ports-0dcbe067d4a6897b4af61bc849e9168eb81dce20.zip |
Update 2.0.4-172 (based on xterm-172)
Notes
Notes:
svn path=/head/; revision=75790
Diffstat (limited to 'korean/hanterm-xf86/Makefile')
-rw-r--r-- | korean/hanterm-xf86/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/korean/hanterm-xf86/Makefile b/korean/hanterm-xf86/Makefile index 31bce89ac1ae..790dc9af4156 100644 --- a/korean/hanterm-xf86/Makefile +++ b/korean/hanterm-xf86/Makefile @@ -6,24 +6,16 @@ # PORTNAME= hanterm -PORTVERSION= 2.0.0 -PORTREVISION= 3 -PORTEPOCH= 1 +PORTVERSION= 2.0.4.172 CATEGORIES= korean x11 -MASTER_SITES= http://www.kr.FreeBSD.org/~hwang/hanterm/ \ - http://hanterm.org/download/hanterm-xf/ +MASTER_SITES= http://download.kldp.net/hanterm-xf/ PKGNAMESUFFIX= -xf -DISTNAME= hanterm${PKGNAMESUFFIX}-${PORTVERSION} - -PATCH_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/ -PATCHFILES= hanterm-xf-2.0.0.patch3 -PATCH_DIST_STRIP= -p1 +DISTNAME= hanterm${PKGNAMESUFFIX}-2.0.4-172 MAINTAINER= cjh@FreeBSD.org LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv 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 @@ -31,6 +23,7 @@ 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" +MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= hanterm.1 resize.1 pre-install: |