freebsd-ports/japanese/japaneseAFM/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

29 lines
599 B
Makefile

# New ports collection makefile for: japanese AFM files
# Date created: 11 September 1997
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $FreeBSD$
#
PORTNAME= japaneseAFM
PORTVERSION= 1.0
CATEGORIES= japanese print
MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/
DISTNAME= ${PORTNAME}
MAINTAINER= kiri@kiri.toba-cmt.ac.jp
NO_WRKSUBDIR= yes
NO_BUILD= yes
AFMDIR= ${PREFIX}/share/fonts/afm
do-install:
@${MKDIR} ${AFMDIR}
.for font in GothicBBB-Medium Ryumin-Light
.for dir in H V
${INSTALL_DATA} ${WRKSRC}/${font}-${dir} ${AFMDIR}
.endfor
.endfor
.include <bsd.port.mk>