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
|
2009-01-23 17:28:36 +01:00
|
|
|
PORTREVISION= 4
|
1997-04-18 10:45:52 +02:00
|
|
|
CATEGORIES= korean x11
|
2005-08-04 08:03:29 +02:00
|
|
|
MASTER_SITES= http://kldp.net/frs/download.php/282/
|
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
|
|
|
|
2010-01-02 19:14:36 +01:00
|
|
|
MAINTAINER= ports@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
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
|
1998-03-16 08:29:43 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xaw xext x11
|
2005-08-04 08:03:29 +02:00
|
|
|
CONFLICTS= ko-hanterm-3.*
|
2004-03-30 21:20:22 +02:00
|
|
|
USE_ICONV= 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}"
|
2005-08-04 08:03:29 +02:00
|
|
|
MAN1= hanterm.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>
|