aboutsummaryrefslogtreecommitdiffstats
path: root/print/font-amsfonts/Makefile
blob: aa91b66bc34b8605a8056e594eb94af30d8edcf5 (plain) (blame)
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=   3
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>