2013-09-20 22:55:04 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@email.it>
|
2006-06-01 19:39:10 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= jsMath-fonts
|
|
|
|
PORTVERSION= 1.3
|
|
|
|
CATEGORIES= math www
|
|
|
|
MASTER_SITES= http://www.math.union.edu/~dpvc/jsMath/download/ \
|
|
|
|
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
|
|
|
|
2006-12-10 02:21:51 +01:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2014-07-07 17:31:01 +02:00
|
|
|
COMMENT= Raster fonts pack for jsmath
|
2006-06-01 19:39:10 +02:00
|
|
|
|
2014-03-10 17:25:33 +01:00
|
|
|
USES= zip
|
2006-06-01 19:39:10 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/jsMath
|
|
|
|
WWWDIR?= ${PREFIX}/www/jsMath
|
|
|
|
|
|
|
|
.for _i in bx ex mi r sy ti
|
|
|
|
PLIST_SUB+= D${_i}a=${WWWDIR_REL}/fonts/cm${_i}10/alpha
|
|
|
|
PLIST_SUB+= D${_i}p=${WWWDIR_REL}/fonts/cm${_i}10/plain
|
|
|
|
.endfor
|
|
|
|
PLIST_SUB+= Dcma=${WWWDIR_REL}/fonts/cm-fonts/alpha
|
|
|
|
PLIST_SUB+= Dcmp=${WWWDIR_REL}/fonts/cm-fonts/plain
|
|
|
|
|
|
|
|
do-install:
|
2014-02-28 04:51:25 +01:00
|
|
|
@${INSTALL} -d ${STAGEDIR}${WWWDIR}/fonts
|
|
|
|
@${CP} -Rp ${WRKSRC}/fonts/ ${STAGEDIR}${WWWDIR}/fonts/
|
|
|
|
@${CHMOD} -R go-w ${STAGEDIR}${WWWDIR}/fonts/
|
2006-06-01 19:39:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|