freebsd-ports/korean/johabfonts/Makefile

32 lines
665 B
Makefile
Raw Normal View History

# New ports collection makefile for: johabfonts
# Date created: 15 Mar 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
1999-08-30 14:09:14 +02:00
# $FreeBSD$
#
PORTNAME= johabfonts
2001-11-27 12:38:02 +01:00
PORTVERSION= 3.1
CATEGORIES= korean x11-fonts
2001-11-27 12:38:02 +01:00
MASTER_SITES= http://hanterm.org/download/font/
DISTNAME= hanterm-font-${PORTVERSION}
MAINTAINER= cjh@FreeBSD.org
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>