2013-04-29 22:12:16 +02:00
|
|
|
# Created by: Mita Yoshio <mita@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ghostscript
|
|
|
|
PORTVERSION= 7.07
|
2013-05-01 17:10:34 +02:00
|
|
|
PORTREVISION= 7
|
2013-05-01 16:48:57 +02:00
|
|
|
CATEGORIES= print korean
|
2013-04-29 22:12:16 +02:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
PKGNAMESUFFIX= 7-korfont
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
|
|
|
MAINTAINER= doceng@FreeBSD.org
|
|
|
|
COMMENT= Korean font support for Ghostscript 7.x
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/fonts/CIDFont/Munhwa-Regular:${PORTSDIR}/korean/munhwafonts-cid \
|
|
|
|
${LOCALBASE}/share/ghostscript/Resource/CIDFont/HYSMyeongJo-Medium:${PORTSDIR}/print/ghostscript7-commfont
|
|
|
|
|
|
|
|
# set these forcibly
|
|
|
|
USE_GHOSTSCRIPT_RUN= 7
|
|
|
|
NO_BUILD= yes
|
|
|
|
DEPENDS_ARGS+= -DA4
|
|
|
|
|
2013-09-21 00:43:59 +02:00
|
|
|
NO_STAGE= yes
|
2013-04-29 22:12:16 +02:00
|
|
|
do-install:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|