mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
5933ac0b09
The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Approved by: portmgr (blanket)
38 lines
940 B
Makefile
38 lines
940 B
Makefile
# Created by: Tomokatsu SAITO <saito@a2z.co.jp>
|
|
|
|
PORTNAME= ghostscript
|
|
PORTVERSION= 7.07
|
|
PORTREVISION= 15
|
|
CATEGORIES= print
|
|
MASTER_SITES= # empty
|
|
PKGNAMESUFFIX= 7-commfont
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Common files for Ghostscript 7.x CJK font support
|
|
|
|
BUILD_DEPENDS= ${CMAPDIR}/ac15/cid2code.txt:print/adobe-cmaps
|
|
RUN_DEPENDS= ${CMAPDIR}/ac15/cid2code.txt: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}"
|
|
USES= ghostscript:7,run
|
|
NO_ARCH= yes
|
|
|
|
CONFLICTS_INSTALL= \
|
|
ghostscript[789] \
|
|
ghostscript[789]-nox11 \
|
|
ghostscript9-agpl \
|
|
ghostscript9-agpl-nox11
|
|
|
|
CMAPDIR?= ${LOCALBASE}/share/fonts/adobe-cmaps
|
|
GS_RESDIR?= share/ghostscript/Resource
|
|
|
|
pre-build:
|
|
@cd ${WRKDIR} && ${MV} Makefile template.* ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|