freebsd-ports/korean/hanterm-xf86/Makefile

41 lines
1.2 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
2001-09-20 06:25:11 +02:00
PORTVERSION= 2.0.0
PORTREVISION= 3
2001-09-20 06:25:11 +02:00
PORTEPOCH= 1
CATEGORIES= korean x11
MASTER_SITES= http://www.kr.FreeBSD.org/~hwang/hanterm/ \
http://hanterm.org/download/hanterm-xf/
PKGNAMESUFFIX= -xf
2001-09-20 06:25:11 +02:00
DISTNAME= hanterm${PKGNAMESUFFIX}-${PORTVERSION}
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
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
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"
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>