1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/print/ghostscript7-korfont/Makefile
2014-07-24 16:33:10 +00:00

28 lines
638 B
Makefile

# Created by: Mita Yoshio <mita@FreeBSD.org>
# $FreeBSD$
PORTNAME= ghostscript
PORTVERSION= 7.07
PORTREVISION= 7
CATEGORIES= print korean
MASTER_SITES= # empty
PKGNAMESUFFIX= 7-korfont
DISTFILES= # empty
MAINTAINER= ports@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
NO_STAGE= yes
do-install:
@${DO_NADA}
.include <bsd.port.mk>