| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/print/adobe-cmaps/ |
Upload File : |
PORTNAME= adobe-cmaps
PORTVERSION= 20051217
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= LOCAL/hrs/adobe
DISTFILES= ac15.tar.gz ag15.tar.gz \
ai0.tar.gz aj16.tar.gz \
aj20.tar.gz ak12.tar.gz rksj-cmaps.tar.gz
DIST_SUBDIR= adobe
MAINTAINER= hrs@FreeBSD.org
COMMENT= Adobe CMap collection
WWW= http://partners.adobe.com/asn/tech/type/ftechnotes.jsp
USES= fonts
NO_WRKSUBDIR= yes
NO_ARCH= yes
NO_BUILD= yes
INSTDIRS= ac15 ag15 ai0 aj16 aj20 ak12 rksj-cmaps
FONTSDIR= ${PREFIX}/share/fonts/${PORTNAME}
post-extract:
${RM} ${WRKSRC}/ag15/.nfsFA55
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && \
${TAR} cf - ${INSTDIRS} | \
(cd ${STAGEDIR}${FONTSDIR} && ${TAR} xf - )
.include <bsd.port.mk>