blob: 413185388f7e7248b9dda25ec34b6c09610eb7c7 (
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
|
# New ports collection makefile for: johabfonts
# Date created: 15 Mar 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
# $FreeBSD$
#
PORTNAME= johabfonts
PORTVERSION= 3.1
CATEGORIES= korean x11-fonts
MASTER_SITES= http://hanterm.org/download/font/
DISTNAME= hanterm-font-${PORTVERSION}
MAINTAINER= cjh@FreeBSD.org
COMMENT= Hangul fonts for X11(johab) used in many hangul-related programs
BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT}
RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT}
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
WRKSRC= ${WRKDIR}/hanterm-font/10-6-6
pre-install:
-${MKDIR} ${PREFIX}/lib/X11/fonts/local
.include <bsd.port.mk>
|