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
|
2003-02-19 05:37:11 +01:00
|
|
|
PORTVERSION= 2.0.5.173
|
1997-04-18 10:45:52 +02:00
|
|
|
CATEGORIES= korean x11
|
2003-02-18 11:08:14 +01:00
|
|
|
MASTER_SITES= http://download.kldp.net/hanterm-xf/
|
2000-04-13 11:17:26 +02:00
|
|
|
PKGNAMESUFFIX= -xf
|
2003-02-19 05:37:11 +01:00
|
|
|
DISTNAME= hanterm${PKGNAMESUFFIX}-2.0.5-173
|
2001-11-27 12:27:30 +01:00
|
|
|
|
2000-07-17 23:01:34 +02:00
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= X11R6-based xterm hacked for managing Korean languages
|
1997-04-18 10:45:52 +02:00
|
|
|
|
2002-03-18 10:46:46 +01:00
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
|
1998-03-16 08:29:43 +01:00
|
|
|
|
2005-02-28 05:39:45 +01:00
|
|
|
BROKEN= Removes files installed by another port
|
|
|
|
|
2004-03-30 21:20:22 +02:00
|
|
|
USE_ICONV= yes
|
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"
|
2003-02-18 11:08:14 +01:00
|
|
|
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
|
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>
|