aboutsummaryrefslogtreecommitdiffstats
path: root/math/jsmath-fonts-sprite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/jsmath-fonts-sprite/Makefile')
-rw-r--r--math/jsmath-fonts-sprite/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/math/jsmath-fonts-sprite/Makefile b/math/jsmath-fonts-sprite/Makefile
deleted file mode 100644
index cdab2b09d491..000000000000
--- a/math/jsmath-fonts-sprite/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Nicola Vitale <nivit@email.it>
-# $FreeBSD$
-
-PORTNAME= jsMath-fonts-sprite
-PORTVERSION= 1.0
-CATEGORIES= math www
-MASTER_SITES= http://www.math.union.edu/~dpvc/jsMath/download/ \
- http://nivi.interfree.it/distfiles/${PORTNAME}/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Sprite fonts pack for jsMath
-
-USES= zip
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}
-WWWDIR?= ${PREFIX}/www/jsMath
-
-.for _i in bx ex mi r sy ti
-PLIST_SUB+= D${_i}a=${WWWDIR_REL}/fonts-sprite/cm${_i}10/alpha
-PLIST_SUB+= D${_i}p=${WWWDIR_REL}/fonts-sprite/cm${_i}10/plain
-PLIST_SUB+= D${_i}j=${WWWDIR_REL}/fonts-sprite/cm${_i}10
-.endfor
-PLIST_SUB+= Dcmj=${WWWDIR_REL}/fonts-sprite/cm-fonts
-
-NO_STAGE= yes
-do-install:
- @${INSTALL} -d ${WWWDIR}/fonts-sprite
- @${CP} -Rp ${WRKSRC}/fonts-sprite ${WWWDIR}
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WWWDIR}/fonts-sprite
- @${CHMOD} -R go-w ${WWWDIR}/fonts-sprite
-
-.include <bsd.port.mk>