aboutsummaryrefslogtreecommitdiff
path: root/korean/ghostscript-gnu-korfont/Makefile
blob: c9883a21d7182f21210a20217ad1e8fd105ab4be (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
30
# New ports collection makefile for:	ghostscript
# Date created:		14 Jan 2002
# Whom:			Mita Yoshio <mita@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	ghostscript-gnu-korfont
PORTVERSION=	7.07
PORTREVISION=	2
CATEGORIES=	korean print
MASTER_SITES=	# empty
DISTFILES=	# empty

MAINTAINER=	hrs@FreeBSD.org
COMMENT=	Korean font support for GNU Ghostscript

RUN_DEPENDS=	${LOCALBASE}/share/fonts/CIDFont/Munhwa-Regular:${PORTSDIR}/korean/munhwafonts-cid \
		${LOCALBASE}/share/ghostscript/Resource/CIDFont/HYSMyeongJo-Medium:${PORTSDIR}/print/ghostscript-gnu-commfont

# set these forcibly
WITH_GHOSTSCRIPT_GNU=	yes
USE_GHOSTSCRIPT_RUN=	yes
NO_BUILD=	yes
DEPENDS_ARGS+=	-DA4

do-install:
	@${DO_NADA}

.include <bsd.port.mk>