summaryrefslogtreecommitdiffstats
path: root/russian/pscyr/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2001-07-02 09:04:28 +0000
committerdemon <demon@FreeBSD.org>2001-07-02 09:04:28 +0000
commitae9947135811e864eec2b9d357493d7efaee137d (patch)
treebec7c13b7979098d7c81b40781fdc66ebc6533cd /russian/pscyr/Makefile
parentc487d8ce2029b4fa811dc7fea938b6aa6142ca4a (diff)
downloadFreeBSD-ports-ae9947135811e864eec2b9d357493d7efaee137d.zip
FreeBSD-ports-ae9947135811e864eec2b9d357493d7efaee137d.tar.gz
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>
Diffstat (limited to 'russian/pscyr/Makefile')
-rw-r--r--russian/pscyr/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/russian/pscyr/Makefile b/russian/pscyr/Makefile
new file mode 100644
index 0000000..8703389
--- /dev/null
+++ b/russian/pscyr/Makefile
@@ -0,0 +1,36 @@
+# 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>
OpenPOWER on IntegriCloud