freebsd-ports/japanese/japaneseAFM/Makefile
Satoshi Asami 452e9a95d3 Change install rules to explicitly install required files only. (This
is an "improved" fix to the symptom the previous commit tried to fix. :)
1998-08-24 05:38:40 +00:00

30 lines
654 B
Makefile

# New ports collection makefile for: japanese AFM files
# Version required: 1.0
# Date created: 11 September 1997
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.2 1998/08/24 00:42:25 steve Exp $
#
DISTNAME= japaneseAFM
PKGNAME= ja-japaneseAFM-1.0
CATEGORIES= japanese print
MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/
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>