c4252f5159
Nothing in ghostscript seems to have *checked* that, but for now let's assume it matters. XXX: someone please review this and update/adjust as needed.
32 lines
871 B
Makefile
32 lines
871 B
Makefile
# $NetBSD: Makefile,v 1.18 2013/03/16 23:02:18 dholland Exp $
|
|
|
|
DISTNAME= ghostscript-cidfonts-20000901
|
|
PKGREVISION= 4
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= CIDFont resources for Ghostscript
|
|
|
|
DEPENDS+= adobe-cidfonts>=20000901:../../fonts/adobe-cidfonts
|
|
DEPENDS+= ghostscript-gpl-[0-9]*:../../print/ghostscript-gpl
|
|
|
|
GHOSTSCRIPT_REQD= 9.05
|
|
.include "../../print/ghostscript-gpl/Makefile.common"
|
|
|
|
ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource
|
|
GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${GS_VERSION}/Resource
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
FILES_SUBST+= ADOBE_RESOURCEDIR=${ADOBE_RESOURCEDIR:Q}
|
|
FILES_SUBST+= GS_RESOURCEDIR=${GS_RESOURCEDIR:Q}
|
|
FILES_SUBST+= PKG_INFO=${PKG_INFO:Q}
|
|
|
|
REQD_DIRS= ${GS_RESOURCEDIR} ${GS_RESOURCEDIR}/CIDFont
|
|
|
|
do-install: # nothing
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|