diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-06 20:30:48 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-06 20:30:48 +0000 |
commit | 64b8301fc7aef136a4ad5754a6b03efb462975ff (patch) | |
tree | 31f3dbb1899a70c529902f145880cf916fc46815 /print/ghostscript7-korfont/Makefile | |
parent | 8bc6f38888dc9a1ba3d656d3d5f02c84b8eb2a30 (diff) |
Remove 5 unstaged print/ghostscript7* ports
Notes
Notes:
svn path=/head/; revision=367470
Diffstat (limited to 'print/ghostscript7-korfont/Makefile')
-rw-r--r-- | print/ghostscript7-korfont/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/print/ghostscript7-korfont/Makefile b/print/ghostscript7-korfont/Makefile deleted file mode 100644 index 15abe28f554f..000000000000 --- a/print/ghostscript7-korfont/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# 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> |