aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript7-commfont/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript7-commfont/Makefile')
-rw-r--r--print/ghostscript7-commfont/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/print/ghostscript7-commfont/Makefile b/print/ghostscript7-commfont/Makefile
deleted file mode 100644
index b9e73b7191e4..000000000000
--- a/print/ghostscript7-commfont/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: ghostscript-gnu-commfont
-# Date created: Dec 24 2001
-# Whom: Tomokatsu SAITO <saito@a2z.co.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ghostscript-gnu-commfont
-PORTVERSION= 7.07
-PORTREVISION= 4
-CATEGORIES= print
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= hrs@FreeBSD.org
-COMMENT= Common files for GNU Ghostscript CJK font support
-
-BUILD_DEPENDS= ${CMAPDIR}/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps
-RUN_DEPENDS= ${CMAPDIR}/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps
-
-NO_WRKSUBDIR= yes
-SUB_FILES= pkg-message \
- Makefile template.cidfont template.ttcidfont template.font
-SUB_LIST= PORTVERSION="${PORTVERSION}" GS_RESDIR="${GS_RESDIR}"
-PLIST_SUB= GS_RESDIR="${GS_RESDIR}"
-PKGMESSAGE= ${WRKDIR}/pkg-message
-DEPENDS_ARGS+= -DA4
-# set these forcibly
-USE_GHOSTSCRIPT= yes
-WITH_GHOSTSCRIPT_GNU= yes
-
-CONFLICTS= ghostscript-afpl-[0-9]* \
- ghostscript-afpl-nox11-[0-9]* \
- ghostscript-gpl-[0-9]* \
- ghostscript-gpl-nox11-[0-9]*
-
-CMAPDIR?= ${LOCALBASE}/share/fonts/adobe-cmaps
-GS_RESDIR?= share/ghostscript/Resource
-
-post-extract: apply-slist
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>