2002-01-18 17:26:58 +01:00
|
|
|
# New ports collection makefile for: ghostscript
|
|
|
|
# Date created: 14 Jan 2002
|
|
|
|
# Whom: Mita Yoshio <mita@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2008-06-01 10:51:52 +02:00
|
|
|
PORTNAME= ghostscript7-korfont
|
2007-04-28 15:03:16 +02:00
|
|
|
PORTVERSION= 7.07
|
2008-06-01 12:52:29 +02:00
|
|
|
PORTREVISION= 4
|
2008-06-01 12:27:11 +02:00
|
|
|
CATEGORIES= print korean
|
2007-04-28 15:03:16 +02:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
2002-01-18 17:26:58 +01:00
|
|
|
|
2008-06-01 10:51:52 +02:00
|
|
|
MAINTAINER= doceng@FreeBSD.org
|
|
|
|
COMMENT= Korean font support for Ghostscript 7.x
|
2002-01-18 17:26:58 +01:00
|
|
|
|
2007-04-28 15:03:16 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/fonts/CIDFont/Munhwa-Regular:${PORTSDIR}/korean/munhwafonts-cid \
|
2008-06-01 10:51:52 +02:00
|
|
|
${LOCALBASE}/share/ghostscript/Resource/CIDFont/HYSMyeongJo-Medium:${PORTSDIR}/print/ghostscript7-commfont
|
2002-01-18 17:26:58 +01:00
|
|
|
|
2007-04-28 15:03:16 +02:00
|
|
|
# set these forcibly
|
2008-06-01 10:51:52 +02:00
|
|
|
USE_GHOSTSCRIPT_RUN= 7
|
|
|
|
NO_BUILD= yes
|
|
|
|
DEPENDS_ARGS+= -DA4
|
2002-01-18 17:26:58 +01:00
|
|
|
|
2007-04-28 15:03:16 +02:00
|
|
|
do-install:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|