blob: 97a14c2cad5c3d3513ba47a233b0558deebfefb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: hrs
# $FreeBSD$
PORTNAME= amsfonts
PORTVERSION= 3.02
PORTREVISION= 4
CATEGORIES= print
MASTER_SITES= LOCAL/hrs
PKGNAMEPREFIX= font-
DIST_SUBDIR= teTeX
MAINTAINER= hrs@FreeBSD.org
COMMENT= Computer Modern and standard fonts for TeX
USES= fonts
NO_BUILD= yes
FONTSDIR= ${PREFIX}/share/fonts/${PORTNAME}
do-install:
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>
|