# New ports collection makefile for: jsMath-fonts # Date created: 2006-02-23 # Whom: Nicola Vitale # # $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}/ MAINTAINER= nivit@FreeBSD.org COMMENT= A raster fonts pack for jsmath USE_ZIP= yes 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: @${INSTALL} -d ${WWWDIR}/fonts @${CP} -Rp ${WRKSRC}/fonts/ ${WWWDIR}/fonts/ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WWWDIR}/fonts/ @${CHMOD} -R go-w ${WWWDIR}/fonts/ .include owspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.adamw2014-07-161-0/+2
| | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example.
* Support stagebapt2014-01-091-7/+3
|
* Convert converters to MDOCS and MEXAMPLESadamw2014-01-041-1/+4
|