aboutsummaryrefslogtreecommitdiffstats
path: root/korean/hanterm/Makefile
blob: 343ba7a83150d880fb3903e3afe0c90fab1ff4df (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
34
35
36
37
38
39
40
41
42
# New ports collection makefile for:    hanterm3.04
# Date created:     12 Mar 1997
# Whom:         CHOI Junho <junker@jazz.snu.ac.kr>
#
# $FreeBSD$
#

PORTNAME=   hanterm
PORTVERSION=    3.1.6
PORTREVISION=   3
CATEGORIES= korean x11
MASTER_SITES=   http://hanterm.org/download/ \
        ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/

MAINTAINER= ports@FreeBSD.org
COMMENT=    An xterm hacked for managing Korean languages

RUN_DEPENDS=    ${LOCALBASE}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts

CONFLICTS=  ko-hanterm-xf-2.*
USE_IMAKE=  yes
USE_XORG=   ice sm x11 xaw xext xmu xpm xt
NO_INSTALL_MANPAGES= yes
ALL_TARGET= hanterm

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 900007
BROKEN=     fails to build with new utmpx
.endif

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/hanterm ${PREFIX}/bin
    ${INSTALL_DATA} ${WRKSRC}/Hanterm.ad \
        ${PREFIX}/lib/X11/app-defaults/Hanterm
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/doc/devel/hanterm.html ${DOCSDIR}/
    ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}/
.endif

.include <bsd.port.post.mk>