blob: 9e18dd12b326f9abb21e6ce88e7a0ab19d75b7c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: hanterm-xf86
# Date created: 22 Mar 1997
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
# $FreeBSD$
#
PORTNAME= hanterm
PORTVERSION= 2.0.5.173
CATEGORIES= korean x11
MASTER_SITES= http://download.kldp.net/hanterm-xf/
PKGNAMESUFFIX= -xf
DISTNAME= hanterm${PKGNAMESUFFIX}-2.0.5-173
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
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
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"
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
MAN1= hanterm.1 resize.1
pre-install:
${MKDIR} ${PREFIX}/share/hangul_keyboard
${CAT} ${FILESDIR}/defaultfont.ad >> ${WRKSRC}/Hanterm.ad
.include <bsd.port.mk>
|