1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/print/font-amsfonts/Makefile

25 lines
450 B
Makefile
Raw Normal View History

# Created by: hrs
# $FreeBSD$
PORTNAME= amsfonts
PORTVERSION= 3.02
2015-03-20 16:23:08 +00:00
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
2015-03-20 16:23:08 +00:00
USES= fonts
NO_BUILD= yes
2015-03-20 16:23:08 +00:00
FONTSDIR= ${PREFIX}/share/fonts/${PORTNAME}
do-install:
2015-03-20 16:23:08 +00:00
${MKDIR} ${STAGEDIR}${FONTSDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>