summaryrefslogtreecommitdiff
path: root/print/ghostscript7-jpnfont/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /print/ghostscript7-jpnfont/Makefile
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'print/ghostscript7-jpnfont/Makefile')
-rw-r--r--print/ghostscript7-jpnfont/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/print/ghostscript7-jpnfont/Makefile b/print/ghostscript7-jpnfont/Makefile
deleted file mode 100644
index cb17a3efab99..000000000000
--- a/print/ghostscript7-jpnfont/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: ghostscript
-# Date created: 14 Jan 2002
-# Whom: Mita Yoshio <mita@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ghostscript-gnu-jpnfont
-PORTVERSION= 7.07
-PORTREVISION= 5
-CATEGORIES= japanese print
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= hrs@FreeBSD.org
-COMMENT= Japanese font support for GNU Ghostscript
-
-RUN_DEPENDS= ${LOCALBASE}/share/fonts/TrueType/ipam.ttf:${PORTSDIR}/japanese/ipa-ttfonts \
- ${LOCALBASE}/share/ghostscript/Resource/CIDFont/Ryumin-Light:${PORTSDIR}/print/ghostscript-gnu-commfont
-
-# set these forcibly
-WITH_GHOSTSCRIPT_GNU= yes
-USE_GHOSTSCRIPT_RUN= yes
-NO_BUILD= yes
-DEPENDS_ARGS+= -DA4
-
-do-install:
- @${DO_NADA}
-
-.include <bsd.port.mk>