freebsd-ports/korean/hanterm-xf86/Makefile

37 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: hanterm-xf86
# Date created: 22 Mar 1997
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
1999-08-30 14:09:14 +02:00
# $FreeBSD$
#
PORTNAME= hanterm
2003-02-19 05:37:11 +01:00
PORTVERSION= 2.0.5.173
CATEGORIES= korean x11
2003-02-18 11:08:14 +01:00
MASTER_SITES= http://download.kldp.net/hanterm-xf/
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
MAINTAINER= cjh@FreeBSD.org
COMMENT= X11R6-based xterm hacked for managing Korean languages
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
BROKEN= Removes files installed by another port
USE_ICONV= yes
USE_X_PREFIX= yes
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
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
2001-09-20 06:25:11 +02:00
pre-install:
${MKDIR} ${PREFIX}/share/hangul_keyboard
${CAT} ${FILESDIR}/defaultfont.ad >> ${WRKSRC}/Hanterm.ad
.include <bsd.port.mk>