2013-09-20 22:43:59 +00:00
|
|
|
# Created by: hrs
|
2011-06-15 15:22:37 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= amsfonts
|
|
|
|
PORTVERSION= 3.02
|
2015-03-20 16:23:08 +00:00
|
|
|
PORTREVISION= 3
|
2011-06-15 15:22:37 +00:00
|
|
|
CATEGORIES= print
|
2015-05-14 10:15:04 +00:00
|
|
|
MASTER_SITES= LOCAL/hrs
|
2011-06-15 15:22:37 +00:00
|
|
|
PKGNAMEPREFIX= font-
|
|
|
|
DIST_SUBDIR= teTeX
|
|
|
|
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
|
|
COMMENT= Computer Modern and standard fonts for TeX
|
|
|
|
|
2015-03-20 16:23:08 +00:00
|
|
|
USES= fonts
|
2011-06-15 15:22:37 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2015-03-20 16:23:08 +00:00
|
|
|
FONTSDIR= ${PREFIX}/share/fonts/${PORTNAME}
|
2014-04-17 22:11:56 +00:00
|
|
|
|
2011-06-15 15:22:37 +00:00
|
|
|
do-install:
|
2015-03-20 16:23:08 +00:00
|
|
|
${MKDIR} ${STAGEDIR}${FONTSDIR}
|
|
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FONTSDIR}
|
2011-06-15 15:22:37 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|