summaryrefslogtreecommitdiff
path: root/korean/hanterm-xf86/Makefile
blob: 97d98fe36bd2eaf946b00bbc304b78a20b83c9fb (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
# New ports collection makefile for:	hanterm-xf86-v32
# Version required:     xf86-v32
# Date created:		22 Mar 1997
# Whom:			Choi Jun Ho <junker@jazz.snu.ac.kr>
#
# $Id: Makefile,v 1.1.1.1 1997/04/18 08:45:48 asami Exp $
#

DISTNAME=       hanterm-xf86-v32
PKGNAME=	ko-hanterm-xf86-3.2
CATEGORIES=	korean x11
MASTER_SITES=	ftp://ftp.kaist.ac.kr/pub/hangul/incoming/ \
		ftp://jazz.snu.ac.kr/pub/unix/util/X11/
EXTRACT_SUFX=   .tgz

RUN_DEPENDS=    ${PREFIX}/lib/X11/fonts/korean/johab:$(PORTSDIR)/korean/johabfonts

MAINTAINER=	junker@jazz.snu.ac.kr

USE_IMAKE=	yes
NO_INSTALL_MANPAGES= yes

# rename app-defaults files
post-extract:
	@cd ${WRKSRC}; \
	mv XTerm.ad Hanterm.ad; \
	mv XTerm-col.ad Hanterm-col.ad

.include <bsd.port.mk>