f3b5f86242
with undefined VARIABLE: Malformed conditional (!empty(PKG_OPTIONS.gs_type:Mghostscript-agpl)) So, avoid using ghostscript version dependent installation path. PKGREVISION++ (installation path changed). Thanks obache@
31 lines
786 B
Makefile
31 lines
786 B
Makefile
# $NetBSD: Makefile,v 1.22 2014/01/23 00:08:02 mef Exp $
|
|
|
|
DISTNAME= ghostscript-cidfonts-20000901
|
|
PKGREVISION= 6
|
|
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-[0-9]*:../../print/ghostscript
|
|
|
|
GHOSTSCRIPT_REQD= 9.05
|
|
|
|
ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource
|
|
GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/fonts
|
|
|
|
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"
|