1998-03-16 08:29:43 +01:00
|
|
|
# New ports collection makefile for: hanterm-xf86
|
1997-04-18 10:45:52 +02:00
|
|
|
# Date created: 22 Mar 1997
|
1998-03-16 08:29:43 +01:00
|
|
|
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
1997-04-18 10:45:52 +02:00
|
|
|
#
|
1999-08-30 14:09:14 +02:00
|
|
|
# $FreeBSD$
|
1997-04-18 10:45:52 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 11:17:26 +02:00
|
|
|
PORTNAME= hanterm
|
2001-09-20 06:25:11 +02:00
|
|
|
PORTVERSION= 2.0.0
|
2002-03-18 11:27:58 +01:00
|
|
|
PORTREVISION= 3
|
2001-09-20 06:25:11 +02:00
|
|
|
PORTEPOCH= 1
|
1997-04-18 10:45:52 +02:00
|
|
|
CATEGORIES= korean x11
|
2001-05-11 14:09:52 +02:00
|
|
|
MASTER_SITES= http://www.kr.FreeBSD.org/~hwang/hanterm/ \
|
|
|
|
http://hanterm.org/download/hanterm-xf/
|
2000-04-13 11:17:26 +02:00
|
|
|
PKGNAMESUFFIX= -xf
|
2001-09-20 06:25:11 +02:00
|
|
|
DISTNAME= hanterm${PKGNAMESUFFIX}-${PORTVERSION}
|
1997-04-18 10:45:52 +02:00
|
|
|
|
2001-11-27 12:27:30 +01:00
|
|
|
PATCH_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/
|
2001-12-17 13:21:48 +01:00
|
|
|
PATCHFILES= hanterm-xf-2.0.0.patch3
|
2001-11-27 12:27:30 +01:00
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
2000-07-17 23:01:34 +02:00
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
1997-04-18 10:45:52 +02:00
|
|
|
|
2002-03-18 10:46:46 +01:00
|
|
|
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
|
1998-03-16 08:29:43 +01:00
|
|
|
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
1998-03-28 15:39:30 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-09-20 06:25:11 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-boxchar --enable-ansi-color \
|
|
|
|
--enable-256-color --enable-chat --enable-now-chat
|
2001-05-11 14:09:52 +02:00
|
|
|
CONFIGURE_ENV+= LIBS="${LDFLAGS} -L${LOCALBASE}/lib -liconv" \
|
|
|
|
CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
2001-09-20 06:25:11 +02:00
|
|
|
MAN1= hanterm.1 resize.1
|
1997-04-18 10:45:52 +02:00
|
|
|
|
2001-09-20 06:25:11 +02:00
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/hangul_keyboard
|
|
|
|
${CAT} ${FILESDIR}/defaultfont.ad >> ${WRKSRC}/Hanterm.ad
|
1997-04-18 10:45:52 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|