1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/russian/pscyr/Makefile
Dmitry Sivachenko 78653f2e06 New port: russian/pscyr.
Collection of files providing support for Cyrillic
PostScript Fonts in TeX documents.

PR:		28535
Submitted by:	Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2001-07-02 09:04:28 +00:00

37 lines
848 B
Makefile

# New ports collection makefile for: PSCyr
# Date created: 29 Jun 2001
# Whom: kapr@crosswinds.net
#
# $FreeBSD$
#
PORTNAME= PSCyr
PORTVERSION= 0.4c
CATEGORIES= russian print
MASTER_SITES= ftp://mch5.chem.msu.su/pub/russian/psfonts/ \
ftp://ftp.vsu.ru/pub/tex/font-packs/pscyr/
DISTFILES= ${PORTNAME}-${PORTVERSION}-tex.tar.gz \
${PORTNAME}-${PORTVERSION}-type1.tar.gz
MAINTAINER= kapr@crosswinds.net
RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX
# no other TeX is sufficient
NO_WRKSUBDIR= yes
NO_BUILD= yes
post-patch:
${PERL5} -i.bak -pe 's/^mv\b/${INSTALL_DATA}/' ${WRKDIR}/install.sh
do-install:
(cd ${WRKDIR}; ${SH} install.sh ${PREFIX})
post-install:
${SH} ${PKGDIR}/pkg-install ${PKGNAME} POST-INSTALL ${PREFIX}
post-deinstall:
${SH} ${PKGDIR}/pkg-deinstall ${PKGNAME} POST-DEINSTALL ${PREFIX}
.include <bsd.port.mk>