mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
33 lines
739 B
Makefile
33 lines
739 B
Makefile
# 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
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${XFREE86_VERSION} == 4
|
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
|
|
.endif
|
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
WRKSRC= ${WRKDIR}/hanterm-font/10-6-6
|
|
|
|
pre-install:
|
|
-${MKDIR} ${PREFIX}/lib/X11/fonts/local
|
|
|
|
.include <bsd.port.post.mk>
|