pkgsrc/fonts/adobe-cidfonts/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

52 lines
1.9 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:38 jlam Exp $
DISTNAME= adobe-cidfonts-20000901
CATEGORIES= fonts
MASTER_SITES= ftp://ftp.oreilly.com/pub/examples/nutshell/cjkv/adobe/samples/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Adobe CID-keyed O'Reilly fonts for CJK
DIST_SUBDIR= ${PKGBASE}
DISTFILES= MOEKai-Regular MOEKai-Regular.afm
DISTFILES+= MOESung-Regular MOESung-Regular.afm
DISTFILES+= Munhwa-Bold Munhwa-Bold.afm
DISTFILES+= Munhwa-Regular Munhwa-Regular.afm
DISTFILES+= MunhwaGothic-Bold MunhwaGothic-Bold.afm
DISTFILES+= MunhwaGothic-Regular MunhwaGothic-Regular.afm
DISTFILES+= MunhwaGungSeo-Bold MunhwaGungSeo-Bold.afm
DISTFILES+= MunhwaGungSeo-Light MunhwaGungSeo-Light.afm
DISTFILES+= MunhwaGungSeoHeulim-Bold MunhwaGungSeoHeulim-Bold.afm
DISTFILES+= MunhwaGungSeoHeulim-Light MunhwaGungSeoHeulim-Light.afm
DISTFILES+= MunhwaHoonMin-Regular MunhwaHoonMin-Regular.afm
DISTFILES+= WadaGo-Bold WadaGo-Bold.afm
DISTFILES+= WadaMaruGo-Regular WadaMaruGo-Regular.afm
DISTFILES+= WadaMaruGo-RegularH WadaMaruGo-RegularH.afm
DISTFILES+= WadaMin-Bold WadaMin-Bold.afm
DISTFILES+= WadaMin-Regular WadaMin-Regular.afm
DISTFILES+= WadaMin-RegularH WadaMin-RegularH.afm
EXTRACT_ONLY= # empty
NO_CONFIGURE= yes
NO_BUILD= yes
RESOURCEDIR= ${PREFIX}/share/Adobe/Resource
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
do-install:
${INSTALL_DATA_DIR} ${RESOURCEDIR}/CIDFont
for file in ${DISTFILES}; do \
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$${file} \
${RESOURCEDIR}/CIDFont; \
done
${CAT} ${.CURDIR}/PLIST > ${PLIST_SRC}
( for file in ${DISTFILES}; do \
${ECHO} ${RESOURCEDIR:S/^${PREFIX}\///}/CIDFont/$${file}; \
done; \
) | ${SORT} -u >> ${PLIST_SRC}
( ${ECHO} "@dirrm ${RESOURCEDIR:S/^${PREFIX}\///}/CIDFont"; \
${ECHO} "@unexec ${RMDIR} -p %D/${RESOURCEDIR:S/^${PREFIX}\///} 2>/dev/null || ${TRUE}"; \
) >> ${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"