mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
6587ed6e34
Sponsored by: Absolight
28 lines
547 B
Makefile
28 lines
547 B
Makefile
# Created by: hrs
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= amsfonts
|
|
PORTVERSION= 3.02
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= hrs
|
|
PKGNAMEPREFIX= font-
|
|
DIST_SUBDIR= teTeX
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Computer Modern and standard fonts for TeX
|
|
|
|
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
|
NO_BUILD= yes
|
|
|
|
FONTSDIR= share/fonts/${PORTNAME}
|
|
|
|
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR}
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${FONTSDIR}
|
|
|
|
.include <bsd.port.mk>
|