mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
2b1bc36bcb
Error log: http://beefy2.isc.freebsd.org/data/10amd64-default/2014-08-06_15h34m43s/logs/errors/ru-PSCyr-0.4c2_4.log Reported by: pkg-fallout With hat: portmgr
39 lines
1003 B
Makefile
39 lines
1003 B
Makefile
# Created by: kapr@crosswinds.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PSCyr
|
|
PATCH_LEVEL= 2
|
|
PORTVERSION= 0.4c${PATCH_LEVEL}
|
|
PORTREVISION= 4
|
|
CATEGORIES= russian print
|
|
MASTER_SITES= ftp://scon155.phys.msu.su/pub/russian/psfonts/ \
|
|
ftp://ftp.vsu.ru/pub/tex/font-packs/pscyr/
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-tex.tar.gz \
|
|
${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-type1.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Cyrillic PostScript Type1 fonts for use with TeX
|
|
|
|
BROKEN= Fails to install
|
|
|
|
USE_TEX= base texmf infra
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
MAKE_ENV= TEXMFDIR=${LOCALBASE}/share/texmf
|
|
PLIST_SUB= UPDMAP_SYS=${UPDMAP_SYS} \
|
|
MKTEXLSR=${MKTEXLSR}
|
|
|
|
UPDMAP_SYS?= ${LOCALBASE}/bin/updmap-sys
|
|
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
(cd ${WRKDIR}; ${SETENV} ${MAKE_ENV} ${SH} install.sh)
|
|
|
|
post-install:
|
|
${MKTEXLSR}
|
|
${UPDMAP_SYS} --quiet --nomkmap --enable Map=pscyr.map
|
|
${UPDMAP_SYS} --quiet --enable Map=pscyr2.map
|
|
|
|
.include <bsd.port.mk>
|