diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-26 15:55:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-26 15:55:59 +0000 |
commit | 39eb1ba22bba7c37edc9acc4f52e9a923f37c175 (patch) | |
tree | e6f2e21741cb15ff404944dbfd8dc3aad2717a8f /print/ghostscript7-korfont/Makefile | |
parent | 089463050a5e448ddefde0caedf053739c9d4696 (diff) |
Notes
Diffstat (limited to 'print/ghostscript7-korfont/Makefile')
-rw-r--r-- | print/ghostscript7-korfont/Makefile | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/print/ghostscript7-korfont/Makefile b/print/ghostscript7-korfont/Makefile deleted file mode 100644 index 8988f57ae26a..000000000000 --- a/print/ghostscript7-korfont/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: ghostscript -# Date created: 14 Jan 2002 -# Whom: Mita Yoshio <mita@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ghostscript7-korfont -PORTVERSION= 7.07 -PORTREVISION= 6 -CATEGORIES= print korean -MASTER_SITES= # empty -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 - -do-install: - @${DO_NADA} - -.include <bsd.port.mk> |