1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/korean/hanterm-xf86/Makefile
Satoshi Asami ceef50cbdc Mega-import of three hanterms (with different font handling) and a
popular Korean font.

PR:		3093, 3094, 3095, 3096
Submitted by:	Choi Jun Ho <junker@moderato.snu.ac.kr>
1997-04-18 08:45:52 +00:00

30 lines
685 B
Makefile

# 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$
#
DISTNAME= hanterm-xf86-v32
PKGNAME= kr-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>